MonkeydOjo.org
Title
MonkeyDojo
Description
Excerpted from the website:
- Indenting Practices
- I follow the BSD/Allman style of indenting with the intention of different programmers quickly deciphering what a previously made chunk of code is doing and debug upcoming code. Learning proper indentation practices is pivotal to having good code. I like to think of indenting as akin to good sentence structure, if you indent well you don’t have to speak (or code) the language to understand what it’s trying to say, just as in a properly formed sentence you don’t need to know all the words. Sometimes indenting can be confusing however, and resulting code doesn’t reflect what you intended (such as this site), but if you can indent the bulk of the page, the viewer can still examine your code and decipher what you are trying to do.
Languages
English
Additional Information
Related Domains
External Links
