FAC-11 / AllAboutMe

An app to help young people at Anna Freud centre to easily transition to adult care
https://allaboutme-af.herokuapp.com/
10 stars 6 forks source link

Mixing camelCase and snake_case #178

Closed sohilpandya closed 6 years ago

sohilpandya commented 6 years ago

I've noticed that we are not using both camelCase and snake_case for defining our files. We should be consistent and try to use one of the formats.

As an example our controller directory contains a few snake_case file names and some camelCase file names.

Thoughts?

polyccon commented 6 years ago

I would choose snake case for file names, to avoid problems with case sensitivity issues when switching operating systems, and keep camel case for function names if you agree. What do you think @dangerdak ?

sohilpandya commented 6 years ago

As long as you have a system in place 😊 I am happy with it so long as it's consistent.