File Names and Organization
- Naming conventions allow searching and navigation across files
Example C header files
- Style guides specify how elements are ordered within a file
Java example:
- class variables
- instance variables
- constructors
- methods
and
- Private
- Protected
- Public