DYSPEPSIA GENERATION

We have seen the future, and it sucks.

The Two Things about Computer Programming

15th November 2010

Read it.

“For every subject, there are really only two things you really need to know. Everything else is the application of those two things, or just not important.”

“Oh,” I said. “Okay, here are the Two Things about economics. One: Incentives matter. Two: There’s no such thing as a free lunch.”

Computer Programming:

  1. Every problem can be solved by breaking it up into a series of smaller problems.
  2. The computer will always do exactly what you tell it to.

Software Engineering:

  1. Writing the code is the easy part. Writing it so someone else can understand it later is the important part.
  2. Make it work, then make it elegant, then make it fast.

Comments are closed.