|
|
|
|
|
by johannessjoberg
490 days ago
|
|
> We are destroying software trying to produce code as fast as possible, not as well designed as possible. Legacy systems are born from rushing into implementation to feel productive rather than understanding the problem. Slow is smooth. Smooth is fast. |
|
When I do a git blame of something coherent, that worked well in production, that I wrote years ago, almost none of my original code survived, every line is now written by a different person. That's the entropy of software systems left unchecked. It was not really rushed, there was a ton of time debating design before a single line was written.