You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aliceh75 edited this page Sep 30, 2014
·
2 revisions
Contributing
We welcome pull requests; please take a moment to go through our code and style guide. Note that not all existing code follows these; however all new code should.
Start private attributes and methods with an underscore;
Avoid public attributes on classes that contain application logic, use accessors/settors instead. Classes that are mostly containers may use public attributes.