The religious climate of the Salem Witch Trial period was one of Puritanism. Puritans were called such for two reasons: They sought to purify new Protestant practices from any vestiges of the Catholic Church. In the eyes of new-world Protestants, no branch of Protestantism had yet gone far enough in throwing off all remnants of Catholic thought and ritual. Puritans were also given their name due to their puritanical way of life, which sought to rid all bodies and communities of sin, with a particular focus on lust/sexual sin, which is an evident theme in The Crucible. Women were branded witches for many reasons in Puritan society, but most often -- as in Miller's play -- women were punished for inspiring lust and for performing any acts perceived as ritualistic, as ritual is a strong component of the Catholic faith. It's also important to note that the time of The Crucible's writing was reflective of the Salem Witch Trials' period, at least culturally. Arthur Miller used the setting of the Salem Witch Trials to comment on the Red Scare going on at the time, Senator McCarthy's congressional hearings in particular.
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