In Flannery O'Connor's "A Good Man is Hard to Find," the Misfit is an escaped convict who has been in jail for murdering his father. Of course, the Misfit claims that his father "died in nineteen ought nineteen of the epidemic flu" and that he is innocent. When the grandmother asks the escapee why he thinks he went to jail, though, he says that he can't remember. It is interesting how he describes himself because he mentions many normal life experiences that he has had. For example, the Misfit says that he served in the armed forces, was married twice, and has worked on railroads, on farms, and as an undertaker. These jobs all seem honorable compared to a criminal's life and prison. However, what the Misfit says about himself is different than how he acts because he and his buddies kill a young family of four along with the grandmother, which doesn't seem to equal any type of normal or honorable life. Based on the fact that actions speak louder than words, the Misfit, therefore, is not only a murderer and an escaped convict, but he is also a liar to himself and others.
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