You are correct in labeling Ulrich as the title character. He is truly a “man without qualities” in that he has no real thoughts of his own and allows the other characters to make decisions for him. In this way, Ulrich becomes the “ultimate observer” in that other people’s choices and opportunities are simply reflected through him. He is a military “officer” without a real military rank who aimlessly drifts into a role of leadership planning the Collateral Campaign in order to celebrate two political anniversaries of Austria-Hungary. Ulrich is used by the author, Robert Musil, in order to augment the characterization of the others mentioned in the book. In this way, Ulrich becomes the ultimate passive character, telling us about other people in his world such as Walter (Ulrich’s best friend), Clarisse (one of Ulrich’s most desirable prospects), Agathe (Ulrich’s twin sister), as well as many others by speaking about them in the third person. Ulrich completes his journey as he totally withdraws from society after the death of his father. Ulrich has no real “qualities” of his own and relies on the other characters' actions and decisions to lead him through an aimless life.
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