The principle of F2E Code Style Guide is to write maintainable code. Maintainable code means code that:
- Is readable.
- Is consistent.
- Is predictable.
- Looks as if it was written by the same person.
- Is documented.
Reference: The Essentials of Writing High Quality JavaScript