Macbeth has recently met with the Weird Sisters who told him that he would become the Thane of Cawdor as well as King of Scotland. Because he learns from Ross that he has, indeed, been given the title of Cawdor immediately following the Weird Sisters' apparent prediction, Macbeth quickly begins to believe that the second prophecy will come true as well. He begins to desire the position of king, a role he never seems to have considered for himself before. When Duncan names his son, Malcolm, the Prince of Cumberland and his heir to the throne, Macbeth is disappointed to say the least. To himself, he says that he will either have to halt his progress to the throne now or jump over this step to becoming king. He speaks to the stars, asking them to go dark so that no one will be able to see his "black and deep desires"; in other words, he now fully admits to himself that he wants the throne and everything that comes with it. This also begins to foreshadow the terrible deeds of which Macbeth will be capable later on.
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