Throughout the novel, Elie struggles to retain his humanity in the face of nearly insurmountable hardship. His outlook on life, faith, and humanity completely changes as he describes the horrors of living in a concentration camp. For example, his relationship with his father evolves as the child becomes the parent—Elie is forced to care for his father, when normally parents are meant to care for their children. Elie resents this, saying, "If only I could get rid of this dead weight." It is also incredible and horrifying to Elie that anyone could inflict the kind of pain on others that he experiences at the camp. He doesn't understand how anyone could treat other human beings like they are nothing, and he loses faith in the goodness of humanity.
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