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
@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:
python de facto uses underscore / PEP8
Con:
cpp uses camelCase
I like camelCase
a lot of files to touch
What would you say? Is it worth the refactoring?
The text was updated successfully, but these errors were encountered:
@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?
The text was updated successfully, but these errors were encountered: