A simile is a figure of speech which uses like or as to compare two things which are basically different. In "Rules of the Game," an excerpt from her novel The Joy Luck Club, Amy Tan recounts the story of a young Chinese girl, daughter of immigrants, who becomes a chess prodigy. Throughout the narration she uses figures of speech such as metaphors, personification and similes. One example of a simile occurs when Waverly is explaining how she learned the strategies of chess after her brothers received a chess set for Christmas: "I learned about the middle game and why tactics between two adversaries are like clashing ideas; the one who plays better has the clearest plans for both attacking and getting out of traps." Here she compares the different ways of thinking which will occur between two opponents in a chess match. Another simile appears after Waverly has become embarrassed by her mother's behavior and has run away. Her anger and shame is at an intense level as she runs into a cold alley: "My breath came out like angry smoke." Often a person's breath can be seen in a cold environment and here the narrator links that smoke with the girl's anger.
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