301 Quotes About Programming


  • Author Robert Nystrom
  • Quote

    Like so many things in software, MVC was invented by Smalltalkers in the seventies. Lispers probably claim they came up with it in the sixties but didn't bother writing it down.

  • Tags
  • Share

  • Author Robert Duchnik
  • Quote

    Being able to extend jQuery, whether by adding your own functions, CSS selectors or full- blown plugins, makes you a much stronger and smarter developer.

  • Tags
  • Share

  • Author Robert Nystrom
  • Quote

    Most non-programmers don't think of plaintext like that. To them, text files feel like filling in tax forms for an angry robotic auditor that yells at them if they forget a single semicolon.

  • Tags
  • Share


  • Author Michael Feathers
  • Quote

    Code without tests is bad code. It doesn't matter how well written it is; it doesn't matter how pretty or object-oriented or well-encapsulated it is. With tests, we can change the behavior of our code quickly and verifiably. Without them, we really don't know if our code is getting better or worse.

  • Tags
  • Share

  • Author Robert C. Martin
  • Quote

    If you're good at the debugger it means you spent a lot of time debugging. I don't want you to be good at the debugger.

  • Tags
  • Share


  • Author Brian Goetz
  • Quote

    Just as it is a good practice to make all fields private unless they need greater visibility, it is a good practice to make all fields final unless they need to be mutable.

  • Tags
  • Share