You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mikhail Panko edited this page Aug 30, 2013
·
2 revisions
Before starting or expanding a major project, put best effort into creating a general structure/format to organize your data and code. Design and follow a strict naming schema for files and folders. Ideally, maintain a design document with a flowchart of how the functions and data files interact. This will greatly speed up coding process and minimize need for refactoring.