SocialCognitiveSystems / PRIMO

GNU Lesser General Public License v3.0
4 stars 3 forks source link

Unify variable naming in the codebase #17

Open jpoeppel opened 6 years ago

jpoeppel commented 6 years ago

Currently some variables use camelCase, while others use the PEP8 conform underscore separation. We should decide for one and use it consistently throughout the codebase.

Should we just follow PEP8 on this?