The Ministry of Truth is actually the ministry of lies, just as the Ministry of Love is actually the ministry of torture. At the Ministry of Truth, history is rewritten to align with whatever is the current Party orthodoxy, and it is also where propaganda is produced. Winston's job is to rewrite newspaper articles to align with the Party's current version of reality. For example, whatever superpower Oceania is at war with is supposed to be the superpower it has always been at war with, so when the enemy changes, Winston has to alter newspaper articles to make it appears that Oceania has always been at war with this enemy. He also has to alter news stories to erase Party members who have fallen into disfavor. When he has produced the new version of reality, he drops the old news story down the memory hole where it is burned in a furnace. He then performs doublethink to forget that he ever altered anything, though Winston is prone to commit such thoughcrimes as remembering.
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