RSS Feed

Posts Tagged ‘programming quotes’

  1. Programming quote – on requirements

    November 3, 2011 by admin

    Without requirements or design, programming is the art of adding bugs to an empty text file. — Louis Srygley


  2. if you don’t laugh you are not a programmer

    July 25, 2011 by admin

    Theory is when you know something, but it doesn’t work. Practice is when something works, but you don’t know why. Programmers combine theory and practice: Nothing works and they don’t know why.


  3. Ode to PHP

    July 25, 2011 by admin

    There are only two kinds of languages: the ones people complain about and the ones nobody uses

    Bjarne Stroustrup


  4. Programming quote of the day – The debugging dilemma

    May 31, 2011 by admin

    Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. — Brian Kernighan