In Shakespeare's Twelfth Night, Feste is the fool in Countess Olivia's household. He has served the house for years, entertaining Olivia's father until his death, but Olivia criticizes him over his frequent absence; however, he continues to spend the play entering and exiting the action seemingly at random. His primary job is to entertain, and he does so with songs, dances, wordplay, and mockery of the people around him. Feste's role as a character is primarily pointing out the flaws and absurdities in the behavior of the other characters in the play. For example, he mocks Olivia for her self-indulgent mourning, and points out the excessive moodiness of Duke Orsino's behavior. Feste's presence in the play seems almost omniscient, as he seems to know more about the characters than the audience does and appears in the midst of important actions or conversations frequently. His role in the play is to inform the audience about the characters, make moral judgements about their behavior, and mock the absurdity of their actions. He exists outside of the society presented in the play, which puts him in the position of judging and mocking the inner workings of that society.
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