When Chiron gives Percy the gift from his father, Poseidon, a magical sword named Riptide, Percy worries that mortals will see him wielding a giant sword and freak out. However, Chiron assures him that Mist is very powerful, and this Mist will generally prevent mortals from seeing the truth about things and events having to do with gods or divine objects. Chiron says that it is "'Remarkable, really, the lengths to which humans will go to fit things into their version of reality.'" What he seems to mean by this is that human beings need the world to work the way we already conceive it to, and since we don't believe that someone can uncap a pen and suddenly be holding a huge sword, we simply won't be able to see that this is the reality. Therefore, our minds simply replace things that we don't think could be real with things that we believe can be; for example, instead of seeing Percy holding Riptide, we might see him holding a baseball bat because this fits with our ideas about reality.
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 ...
ello
ReplyDelete