Faber is a retired English professor who serves as Montag's mentor and friend. Faber encourages Montag to engage in intellectual pursuits and assists Montag in fleeing the dystopian society. Whenever Montag cannot understand the meaning of various texts that he is reading, he consults Faber for answers. Faber teaches Montag the significance of literature and has several discussions regarding the ills of their dystopian society. Faber aids Montag by giving him a two-way communication device that Montag puts in his ear. Faber is able to listen to Montag's conversations and speaks to Montag via the earpiece. After Montag kills Beatty and flees to Faber's house, Faber gives Montag directions to locate and join the traveling group of hobo intellectuals. Montag follows Faber's directions and escapes the Hound. Montag's life permanently changes for the better after he meets Granger and joins the traveling intellectuals. Faber's comradery, wisdom, and assistance saves Montag's life and allows Montag to become a fulfilled individual with a purpose.
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