Famous Laws of Software Development (2017)
timsommer.be
Famous Laws of Software Development (2017)
1–10 of 202 posts
Re: Famous Laws of Software Development (2017)
#2"Any application that can be written in JavaScript, will eventually be written in JavaScript."
Re: Famous Laws of Software Development (2017)
#3 The first 90% of the code takes the first 90% of the time. The remaining 10% takes the other 90% of the time.Re: Famous Laws of Software Development (2017)
#4Re: Famous Laws of Software Development (2017)
#5Don't forget Atwood's law: "Any application that can be written in JavaScript, will eventually be written in JavaScript."
Any sufficiently complicated C or Fortran program contains an ad-hoc,
informally-specified, bug-ridden, slow implementation of half of CommonLisp.Re: Famous Laws of Software Development (2017)
#6Don't forget Atwood's law: "Any application that can be written in JavaScript, will eventually be written in JavaScript."
Or Greenspun's Tenth Rule of Programming : Any sufficiently complicated C or Fortran program contains an ad-hoc, informally-specified, bug-ridden, slow implementation of half of CommonLisp.
Re: Famous Laws of Software Development (2017)
#7I know this is harsh, but if you're a web developer, and your blog requires a loading screen to read, at least on mobile, then maybe you should take a step back, and learn to program, before you start writing about programming.
Re: Famous Laws of Software Development (2017)
#8Don't forget Atwood's law: "Any application that can be written in JavaScript, will eventually be written in JavaScript."
Or Greenspun's Tenth Rule of Programming : Any sufficiently complicated C or Fortran program contains an ad-hoc, informally-specified, bug-ridden, slow implementation of half of CommonLisp.
Re: Famous Laws of Software Development (2017)
#9Every program attempts to expand until it can read mail. Those programs which cannot so expand are replaced by ones which can.
Re: Famous Laws of Software Development (2017)
#10There is an error in the ninety-ninety rule, which should be stated as: The first 90% of the code takes the first 90% of the time. The remaining 10% takes the other 90% of the time.