I cross-posted this post on my personal blog.
A little while back, I started a repo of funny (and insightful!) programming quotes and proverbs. ...
For further actions, you may consider blocking this person and/or reporting abuse
I like
Followed by
And
And slight shameless self-quote:
Thatβs how I write code. π
First run is usually something like Pseudocode in VS, using methods that not yet exist but lining the rough path.
And then the tedious work.
Next run, the same for each of the not yet existing methods.
And so on... until all methods do, what they are supposed to.
Go to the quotes repo and open up a PR for that self-quote!
My Favorite
Shouldn't that be merge instead of commit tho?
I guess that depends! I was thinking more about not being able to push to
master
unless you have that permission.Make it work, make it right, make it fast.
Amen!
"Working code is better than good looking code."
Not listed but one of my other favorites:
Antonin - you may enjoy these Perl(i)s of wisdom
There is also The Zen of Python
I know! There are tons of these. :)
Leave the camp better than you found it, it applies to programming and almost everything in life π
Get app, stand app, stand app for your app! Get app, stand app, don't give up the fight!
Is this Dr. Seuss? π
Keep it secret !
If you don't know how to solve the problem, stop typing. It's not funny, but it saves lots of time.
My favorite: "There are 10 kinds of people. Those who understand binary and those who don't".