Global Nerdy rassemble les (plus fascinantes) “Laws of Software Development” :
Ninety-Ninety Law : The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.
Tesler’s Law of Conservation as Complexity : You cannot reduce the complexity of a given task beyond a certain point. Once you’ve reached that point, you can only shift the burden around.
Zawinski’s Law : Every program attempts to expand until it can read mail.
Et Coding Horror ajoute :
Atwood’s Law : Any application that can be written in JavaScript, will eventually be written in JavaScript.