UPPMAX / programming_formalisms

Repository for the Programming Formalisms course
https://uppmax.github.io/programming_formalisms/
0 stars 9 forks source link

Suggest vote: conformize folder naming #12

Closed richelbilderbeek closed 8 months ago

richelbilderbeek commented 8 months ago

Currently, when doing ls, I see:

[...]
common-practices
data_structures
DevelopmentDesign
Formalism.png
learning_line.md
[...]

Note the mix of naming styles, with dash-case, snake_case, CamelCase and Titlecase.

I suggest to follow the current most popular one, which is snake_case, which would result in:

[...]
common_practices
data_structures
development_design
formalism.png
learning_line.md
[...]

I suggest to vote on this :+1:

richelbilderbeek commented 8 months ago

Vote from @LarsEklund is on camel_case:

Yes we should harmonize the structure, I of course tend to be old-school (Harking back to the chemist Berzelius 1831) and prefer CamelCase (old programming references) but since that is not preserved when moving through file systems the snake_ case seem best.

bclaremar commented 8 months ago

snake case then?

richelbilderbeek commented 8 months ago

3x snake_case, zero votes for anything else. I guess that makes it snake_case :-)

richelbilderbeek commented 8 months ago

Will rename at #13 , this is done!