A pretty broad array of thinkers can be categorized as "Renaissance philosophers," and their targets of criticism were varied. But in general, Renaissance philosophers in Europe embraced the concept of humanism, an intellectual orientation that emphasized the study of classical texts as a means of studying man himself. From this, they argued that medieval philosophy (this was, above all, the focus of their criticism) was dogmatic and limited. According to Renaissance writers like Pico della Mirandola, whose Oration on the Dignity of Man set the agenda in some ways for Renaissance philosophers, man was to be glorified, not degraded. "[M]an," according to Mirandola, "is rightfully named a magnificent miracle and a wondrous creation." Where medieval scholars supposedly had emphasized the debased nature of man versus the perfection of God, Renaissance humanists celebrated the notion that God had made man in his image, and that man was to be celebrated and even perfected. We can see this idea in very different ways in Renaissance art, literature, and even in the works of humanists like Machiavelli, who pioneered the idea of republican government.
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