0
votes
Is learning Assembly Language worth the effort?
It depends on what you plan for your future and what you like to program.
On modern CPUs there are very much possibilities to improve program performance, which I think are to complex to le …
0
votes
How often should you refactor?
I think you should refactor something when you're currently working on a part of it. Means if you have to enhance function A, then you should refactor it before (and afterwards?). If you don't do a …
0
votes
Can one language be better than another?
The answer is no. The quality of a language depends on the problem you use it on. Not every language is good for every problem, but for every problem there is at least one ideal language.
…
