William Shakespeare is famous for mainly four reasons. First, he was a famous “entertainer” is his lifetime, providing dozens of dramatic productions, both financially rewarding and “popular” in the sense that the audiences of all social classes spread the word about his plays. Second, he worked in the Elizabethan age, which was a time when the English language was growing quickly and spreading geographically. Consequently, Shakespeare was able to add hundreds of words and phrases to the English language, additions that were repeated for centuries, even today. Third, his plays enjoyed a long life throughout history, especially in the eighteenth and nineteenth centuries. So his works were studied and enjoyed by many generations. Finally, his works now act as a kind of historical picture book of Elizabethan times and social traditions (largely due to centuries of Shakespearean scholarship); every work of his contains character portraits of persons in that era – kings and queens, the servant class, even villains. So his fame is reflected in his biography.
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