Joined March 2013
·

Alex Perez

San Francisco, CA
·
·

Posted to Writing Great Documentation over 1 year ago

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.

Achievements
102 Karma
308 Total ProTip Views