theodox / mGui

Python module for cleaner maya GUI layout syntax
MIT License
123 stars 23 forks source link

to pep-8 or not to pep-8? #15

Closed theodox closed 7 years ago

theodox commented 9 years ago

The current style is pep 8 with the exception of field names, which are captialised. Nowadays this bugs me. Fixing is a pretty major refactor, however, since it touches pretty much all existing code.

Who cares? Sound off!

theodox commented 9 years ago

The big question for me is whether or not to switch from the current capitalized property names to pep--8 style lower case. I like the caps - they are good for distinguishing properties from mere variables... - but it is inconsistent and thus a brain tax...

theodox commented 8 years ago

the remove_keys branch follows pep-8 conventions now.

Comments and especially bug reports wanted!

theodox commented 7 years ago

closed as done