Is it ok to replace optimized code with readable code?
- by Coder
Sometimes you run into a situation where you have to extend/improve an existing code. You see that the old code is very lean, but it's also difficult to extend, and takes time to read.
Is it a good idea to replace it with modern code?
Some time ago I liked the lean approach, but now, it seems to me that it's better to sacrifice a lot of…