Some programmers say that what's best is to always keep the code arranged and readable by anyone, no matter if the final result take too much resource from the system, but the idea is to keep it more stable and maintainable.
Others say that what's best is to always keep it the most efficient as possible, taking the least possible system's resource, sometimes resorting to "microcode", hacks or some specific tricks/paradigms, no matter if the final code is readable by anyone.
So far, at University, they have taught us that the former is generally prefered for the commercial work. And this is what are we trained for, in there.
Now, PERSONALLY, I prefer the latter scheme.
What do you think about?
Others say that what's best is to always keep it the most efficient as possible, taking the least possible system's resource, sometimes resorting to "microcode", hacks or some specific tricks/paradigms, no matter if the final code is readable by anyone.
So far, at University, they have taught us that the former is generally prefered for the commercial work. And this is what are we trained for, in there.
Now, PERSONALLY, I prefer the latter scheme.
What do you think about?
Last edited: