DerThorsten / nifty

A nifty library for graph based image segmentation.
MIT License
43 stars 21 forks source link

PEP8 underscore_function_names vs camelCaseFunctionNames #92

Open DerThorsten opened 7 years ago

DerThorsten commented 7 years ago

@constantinpape I am thinking of using PEP8 function names with underscores and variables names with underscores for the python part of nifty. I still in favour four camelCase function in C++.

Would you consider this to be a good idea? Pro:

Con:

What would you say? Is it worth the refactoring?