The setting of the short story "Raymond's Run" is Manhattan in New York. Manhattan contains a lot of people, but the area itself isn't that large; however, that's still a fairly broad location. In the sixth paragraph of the story, Squeaky narrows down the setting location. She tells readers that she lives in Harlem. Harlem is located just north of Central Park and just southwest of Yankee Stadium. I believe that the story takes place on the western edge of Harlem because Squeaky mentions two specific streets. She mentions Amsterdam Avenue and Broadway. As for the time setting, nothing specific is given to readers. The original publication date of the story is 1971, and the story is likely taking place around that date. Readers do know that the story is taking place during the months of April and May because Squeaky is running in the annual May Day races (May Day is May 1st).
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