25 Programming Quotes

Martin Sidorov
The Dev Project
Published in
2 min readSep 5, 2022

--

Photo by Carl Heyerdahl on Unsplash

As I was exploring, reading at my free time some of the posts, blogs and other stories about programmer, I collected every kind of some quotes or funny text for programmers.

I hope you’ll like it!

  1. Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
    — David Thomas
  2. So if you want to go fast, if you want to get done quickly, if you want your code to be easy to write, make it easy to read.
    ― Robert C. Martin
  3. Truth can only be found in one place: the code. ― Robert C. Martin
  4. First, solve the problem. Then, write the code. — John Johnson
  5. Any fool can write code that a computer can understand. Good programmers write code that humans can understand. — Martin Fowler
  6. “Good code is its own best documentation.”
    (Steve McConnell)
  7. A gentle reminder to those Seniors who believe that “Juniors are lowering the standards”: you are where you are now because someone put a bet on you many years ago and gave you a chance.
  8. Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.
    — Mosher’s Law of Software Engineering
  9. Confusion is part of programming. ― Felienne Hermans
  10. Programming is learned by…

--

--