Penelope must contend with her fear that she is being duped by someone who is not actually her husband. After all, Odysseus has been gone for twenty years, and he would likely look very different after such a length of time; he would have gone from being a young man to a middle-aged one. When he arrives at their home, claiming to be himself, he is able to string his bow and shoot an arrow through a row of axe handles, but still Penelope doubts his identity. She issues an additional test; she tells a servant to remove the bed she shared with Odysseus and place it in another room so that he can sleep in it. The real Odysseus would know that this is impossible because he had carved their bed into the trunk of a tree that grew up through their house. When Odysseus becomes angry, insisting that such a thing would not be possible, she knows that it is, indeed, him, because no one else knows the details concerning the bed.
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