Skip to content
John Ryan edited this page May 31, 2013 · 5 revisions

Here are some coding conventions we're using. In order to avoid confusing students, we aim to be strictly consistent in these practices:

The Placeholder

We use the following declaration for a placeholder: object FILL_ME_IN = new Object();

Exceptions

Clone this wiki locally