An image is the representation of sensory information in words. Thus, visual imagery would describe something we could see, olfactory imagery describes something we could smell, auditory imagery describes something we might hear, gustatory imagery describes something we could taste, and tactile imagery describes something we might touch. One particularly striking image in this poem is the "blue spurt of a lighted match" referenced in line 10. The reason this image is so striking is that it actually combines two kinds of sensory information: the visual and the auditory. Imagery that combines two or more senses is called synesthesia. We can imagine the sight of the "blue" color that leaps from the tip of the match when struck as well as the sound of the "spurt" the lit match makes. In addition, "spurt" is a word that is usually associated with liquid: water spurts from a fountain, liquid spurts from someone's mouth when they laugh after taking a drink, and so forth. To describe something nonliquid, then, as "spurt[ing]" is attention-grabbing and really shows us how quickly the match seems to light once struck, how the initial blue flame would look in such darkness.
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