Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 367 Bytes

code-organization.md

File metadata and controls

12 lines (11 loc) · 367 Bytes
<script>{ "title": "Code Organization", "level": "intermediate", "customFields": [ { "key": "icon", "value": "sitemap" } ] }</script>

Understanding the basic mechanics is one thing, but the essence of building applications is understanding how to organize code so that it is navigable and well-encapsulated instead of a whole slew of global functions.