cloud-bulldozer / orion

The constellation of a hunter
Apache License 2.0
4 stars 8 forks source link

Mix of camel and snake case #18

Open jtaleric opened 7 months ago

jtaleric commented 7 months ago

The majority of our config file is camel case, should we default to camel case vs mixing it up? https://github.com/cloud-bulldozer/orion/blob/8d7515f56a8e455d06e736226a6bb4e904ba0a79/utils/orion_funcs.py#L64

shashank-boyapally commented 7 months ago

Will change to camel case

rsevilla87 commented 2 months ago

Same happens with some file names @shashank-boyapally, in python, everything is snake_case except class names