Programming and development often teaches one wisdom that cannot be attained elsewhere. Coding and programming, as some have said, is a way of life, not just job. When you are a coder, that is a big part of who you are at work and outside of work. So, let's come together, and put down our wisdom for future generations to see and learn from.
Given that I've been getting a great number of pull requests and submissions, I wanted to write down a quick FAQ and rulebook.
- Are programming wisdoms allowed? No, not really. These are supposed to be wisdoms and proverbs about life taken from programming. While a "proverb" like
Use semantic class names that are easy to read and understand
sounds great for a programmer, it misses the point of the repo. It can be rewritten as suchWrite classnames so others can understand the wisdom of your code
which makes sense outside of coding as well: work and communicate in such a way so that others can understand what you mean and the wisdom behind your work. - Can I submit someone else's quotes? No. Please submit your own ideas. You're welcome to look up regular (non-programming) proverbs and translate them as I did with
A deployed MVP is worth two prototyped
. Use your own ideas please! - Should I include my name in the quote? You're welcome to do a
- by Me
tag after the quote. That will ensure that even after I restructure the readme file, you'll still get credit! - Is my quote always going to be here? Probably not but I will build out a
legacy.README.md
where I will store any discarded quotes.
For those that feel like they want to hit up an API and get a list of proverbs (or a single proverb), I crafted this neat little API. Here's how it works:
All proverbs: http://proverbs-app.antjan.us
Random proverb: http://proverbs-app.antjan.us/random
Please tweet <@antjanus> if you do use it so I can see it in action!