6 ms·
Most (I hesitate to say all) programmers understand their own code. The problem is usually that nobody else understands that code you wrote. > Any language can
by code_sloth 8y ago
Most (I hesitate to say all) programmers understand their own code. The problem is usually that nobody else understands that code you wrote.
> Any language can be used to write indecipherable bad code. You are blaming the wrong thing.
Some languages allow stupid things. Some even encourage it. So, no, languages can and should be blamed.
- 72deluxe 8y agoI have to maintain other people's code, people who have left the company and not commented it. It is horrible to do, but it is possible. It's even better if they wrote it in a logical way.