flâneur — a map of the web's best reading

Write code that is easy to delete, not easy to... — programming is terrible

programmingisterrible.com · 3,512 words · saved by 1 readers

“Every line of code is written without reason, maintained out of weakness, and deleted by chance” Jean-Paul Sartre’s Programming in ANSI C. Every line of code written comes at a price: maintenance. To...

"Every line of code is written without reason, maintained out of weakness, and deleted by chance" Jean-Paul Sartre's Programming in ANSI C. Every line of code written comes at a price: maintenance. To avoid paying for a lot of code, we build reusable software. The problem with code re-use is that it gets in the way of changing your mind later on. The more consumers of an API you have, the more code you must rewrite to introduce changes. Similarly, the more you rely on an third-party api, the more you suffer when it changes. Managing how the code fits together, or which parts depend on others,

Explore this link on the map →

related reading