Phorge Flavor Text
Phorge Flavor Text
A collection of short articles which pertain to software development in general, not necessarily to Phorge specifically.
JavaScript
JavaScript
JavaScript Object and ArrayArticleThis document describes the behaviors of Object and Array in JavaScript, and
a specific approach to their use which produces basically reasonable language
behavior.JavaScript PitfallsArticleThis document discusses pitfalls and flaws in the JavaScript language, and how
to avoid, work around, or at least understand them.
Phorge Lore
Phorge Lore
Revision Control and Code Review
Revision Control and Code Review
Sundries
Sundries
Please Please PleaseArticlePlease read this document.Things You Should Do NowArticleDescribes things you should do now when building software, because the cost to
do them increases over time and eventually becomes prohibitive or impossible.Things You Should Do SoonArticleDescribes things you should start thinking about soon, because scaling will be
easier if you put a plan in place.Things You Should Do Soon: Static ResourcesArticleOver time, you'll write more JS and CSS and eventually need to put systems in
place to manage it.