Dannnno / Chemistry

Simulation of organic chemistry reactions has been moved here
https://github.com/PyCAOS/CAOS
Other
16 stars 7 forks source link

Make sure all 'private' helper methods are prefixed by `_` #9

Closed Dannnno closed 9 years ago

Dannnno commented 9 years ago

"private" methods and instance variables need to be prefixed with an underscore.

They also need to be updated in the unittests

Dannnno commented 9 years ago

This was applicable to an older version. The current 'working branch' is entirely (or almost entirely) underscore compliant