Open
Description
We were adding some examples in pyamrex and observed that we use small-case with underscore for functions
For example, in amrex, we have a function, setVal()
, while in pyamrex we have set_val()
Additionally, the python bindings in warpx also dont have consistent conventions.
Is there a preferable style, so going forward when we make changes, we ensure to stay aligned with preferred style.