The Bronze Bow, written by Elizabeth George Speare, is set in Judea (present-day Israel) and describes the rise of Christianity during the Roman occupation. The story focuses on protagonist Daniel, who is Jewish and has suffered much in his lifetime. As a boy, he witnessed the crucifixion and death of his father and uncle. His aunt, mother, and sister all go mad after the crucifixion, and Daniel goes to live with his grandmother. When she cannot afford to take care of him, she sells him into slavery. Daniel escapes from his enslavement and goes to live in the mountains, where he meets the rebel leader Rosh. Daniel returns to care for his dying grandmother and still troubled sister, who are struggling to scrape by. Daniel begins to hear about a man called Jesus of Nazareth, who wants to free the Jewish people from Roman occupation. Daniel continues to fight with his mentor, the rebel Rosh, but in the end comes to learn that violence will not liberate them. When Jesus heals his sister, Daniel realizes that love is the answer.
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