Jordan doesn't narrate all of Chapter IV, but she does narrate one section of the chapter. After Nick describes the usual guests at Gatsby's parties, Gatsby and Nick go into town, and Gatsby eventually introduces Nick to one of his associates, Meyer Wolfsheim. Later that afternoon, when Nick meets up with Jordan at the Plaza Hotel, she tells him the story of how Gatsby and Daisy met, years ago, and how Daisy ended up marrying Tom Buchanan when Gatsby went away to fight in World War I. I suspect one of the reasons Jordan narrates this section of the novel is that it's a rather long story she tells, and filtering it through Nick's consciousness would dilute it. Everything in the novel hinges on this story, and allowing Jordan to tell it helps draw attention to it in a way that it would not if Nick narrated. In addition, having Jordan tell it puts the reader in the same position as Nick. He hears the story, unfiltered, from her, and it seems as though he listens in rapt attention. Allowing Jordan to tell the story herself means that we get it uninterrupted, just like Nick.
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