6 ms·
Yes! Clean code (which is more readable and maintainable) should be a stop on the way to higher performance code. Otherwise, you are optimizing too early.
by brianpan 1mo ago
Yes! Clean code (which is more readable and maintainable) should be a stop on the way to higher performance code. Otherwise, you are optimizing too early.
- wduquette 1mo agoTo be clear, I greatly disagree with Clean Code’s notion of what constitutes readable and maintainable code.