Although women sometimes appeared in morality plays of the middle ages or in court masques, they were forbidden by law to perform on stage in commercial plays such as those staged by William Shakespeare at the Globe Theatre. The theater at the time was sometimes considered immoral and for women to perform would have been scandalous. Therefore, the women's parts in Shakespeare's plays were portrayed by boys and men. From 1642 to 1660 the theaters in London were closed during the Puritan reign of Oliver Cromwell. It wasn't until the restoration of King Charles II that theaters reopened and women were finally given permission to perform on stage. The first known female performance came at Thomas Killigrew's Vere Street Theatre in 1660 as a woman, possibly an actress named Anne Marshall, played Desdemona in Othello. One of the most popular actresses of the time was Nell Gwynn, also a mistress of the king. Maybe the most famous Shakespearean actress was Sarah Siddons who was well known for her tragic portrayals of characters such as Lady Macbeth in the 18th century. Siddons also experimented with women portraying male characters as she played Hamlet while on tour.
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