Joined March 2013
·
Achievements
102 Karma
336 Total ProTip Views
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Kona
Have at least one original repo where CoffeeScript is the dominant language
Altruist
Increase developer well-being by sharing at least 20 open source projects
Komodo Dragon 3
Have at least three original repos where Java is the dominant language
Honey Badger
Have at least one original Node.js-specific repo
Charity
Fork and commit to someone's open source project in need
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Raven
Have at least one original repo where some form of shell script is the dominant language
Komodo Dragon
Have at least one original repo where Java is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Love the summary at the end:
Namespaces should describe context
Classes should describe resources
Functions should describe actions.
Helper Functions should describe simple actions.
Paragraphs( or blocks) of code should be of a single thought.
Sentences( or Lines) of code should be doing a single thing. [If I have to think about the order of operations, your doing it wrong]
Like poetry.