Skip to content

Coding Style Conventions

bluong edited this page Sep 18, 2014 · 11 revisions

Placing a wiki here to document the code style conventions that we have agreed upon moving forward.

Interface placement

  • Interfaces should be placed at the top of a module, preferably in alpha order in case of collisions.