### Problem We still use camel case function naming and we want to move to snake case. The following files need to be review for deprecation: - [ ] `__init__.py` - [x] `calculator.py` - [x] `configurable.py` - [x] `constraint.py` - [x] `fitcontribution.py` - [ ] `fithook.py` - [ ] `fitrecipe.py` - [ ] `fitresults.py` - [ ] `parameter.py` - [ ] `parameterset.py` - [ ] `profile.py` - [ ] `profilegenerator.py` - [ ] `profileparser.py` - [ ] `recipeorganizer.py` - [ ] `restraint.py` - [ ] `simplerecipe.py` - [ ] `validatable.py` ### Proposed solution Follow instructions here to deprecate: https://github.com/diffpy/diffpy.utils/pull/366#issuecomment-3642621714