In a sense, yes. The poem appears to be so simple, and yet it seems possible to come up with a figurative interpretation because of the final two lines: "And miles to go before I sleep, / And miles to go before I sleep." The first of these lines seems as though it can simply be read literally: the speaker is in the woods, enjoying the beauty of the tranquil scene, and he wishes to remain there; however, he is keenly aware of his responsibilities, and he knows that he has to keep moving if he is to do everything he must. When the line is repeated, on the other hand, it seems to take on more than literal meaning. Sleep is often symbolic of death, and this symbolism seems appropriate here: the traveler in the wood is world-weary, wishing he could simply spend the rest of his life in these woods, that he could rest here, die here, but he has “miles to go” – too much to do – before he can rest, before he can die. Therefore, you might call this symbolism a hidden meaning, and, then, we can reread the rest of the poem in light of this symbolic interpretation.
As a software engineer, I need to sometimes describe a piece of code as something that lacks performance or was not written with performance in mind. Example: This kind of coding style leads to unmaintainable and unperformant code. Based on my Google searches, this isn't a real word. What is the correct way to describe this? EDIT My usage of "performance" here is in regard to speed and efficiency. For example, the better the performance of code the faster the application runs. My question and example target the negative definition, which is in reference to preventing inefficient coding practices. Answer This kind of coding style leads to unmaintainable and unperformant code. In my opinion, reads more easily as: This coding style leads to unmaintainable and poorly performing code. The key to well-written documentation and reports lies in ease of understanding. Adding poorly understood words such as performant decreases that ease. In addressing the use of such a poorly ...
Comments
Post a Comment