Alcohol plays a big role in the work of Jack Kerouac, and On the Road is no exception. One of the most prominent themes in this novel is the importance of having new experiences, altering one's perception of the world, and generally having a good time. Alcohol plays a central role in these enterprises for a couple of reasons. First, and perhaps most simplistically, alcohol use helps characters in the story supposedly "have a good time" (at least, until their alcohol-fueled adventures result in the seriously depressing dissolution of their relationships). More importantly, however, alcohol serves as a tool for altering one's perception of reality, as alcohol consumption changes one's state of consciousness and leads one to see the world in a different way. Thus, drinking alcohol ostensibly facilitates the characters' ability to have new experiences, as it enables them to engage with the world with a different consciousness. Additionally, Sal's reliance on alcohol represents his need for new experiences because it proves his need for an altered perception (i.e., a new way of experiencing the world). However, it's important to note that, later on in Kerouac's life, his use of alcohol descended into alcoholism, and much of his later work (such as his novel Big Sur) focuses less on the "benefits" of altered perception, and more on his struggles with alcohol dependency and his desire to become sober.
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