Best practices concerning the overall architecture (file and directory structure) of the system.
Are the files named according to our conventions?
Are files located in the appropriate directory?
app/
imports/
api/
startup/
ui/
Check to make sure that newly created directories are consistent in location and meaning with other directories.