What quotes about life, wisdom, and the world in general apply very well to software development?
For further actions, you may consider blocking this person and/or reporting abuse
What quotes about life, wisdom, and the world in general apply very well to software development?
For further actions, you may consider blocking this person and/or reporting abuse
Latest comments (52)
"The art of giving the same name to different things"
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." - Martin Fowler
A bit late to the party, but don't let perfect be the enemy of good.
"Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius โ and a lot of courage to move in the opposite direction."
E.F. Schumacher
Endless learning!
โIt is not knowledge, but the act of learning, not possession but the act of getting there, which grants the greatest enjoymentโ
-Carl Friedrich Gauss
slow is smooth, smooth is fast
slower development time and correct planning makes changes and fixes much quicker later on be multiples.
"Do a job you love and you won't work a day in your life" - Steve Jobs
My motto
"The way to get started is to quit talking and begin doing." -Walt Disney
One thing I've learned over the last couple years, is meetings about work is no substitute for work. The amount of progress that can be made from 'heads down' programming can be remarkable. Meetings certainly have their place at making sure everyone is on the same page but too much talking gets in the way of doing.
"In programming the hard part isnโt solving problems, but deciding what problems to solve."