The story takes place during WWII at the Auschwitz concentration camp which was located in Southern Poland, thirty-seven miles West of Krakow. "Out-With," as Bruno refers to it, was opened in May of 1940 and was both a concentration and extermination camp where Jews, Gypsies, German political prisoners, POWs, homosexuals, and Jehovah's Witnesses were imprisoned as part of Hitler's "Final Solution." Throughout the novel, Bruno's father is the Commandant of the Auschwitz concentration camp who is in charge of the systematic extermination of Jewish prisoners. The setting of the novel is around 1943 and follows the nine-year-old protagonist's experience at his new home at "Out-With." Following Bruno's unfortunate death, the Commandant loses his mind and is relieved of his position. Historically, Auschwitz was liberated in January 1945 by Soviet troops, forcing the Nazi SS officers and 60,000 prisoners to evacuate the camp.
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