lardemua / atom_rviz_plugin

Development of an interface based on ROS-RVIZ for calibration systems
GNU General Public License v3.0
1 stars 0 forks source link

Golden rules - standardization #5

Open miguelriemoliveira opened 3 years ago

miguelriemoliveira commented 3 years ago

Hi @MiguelDRPina and @eupedrosa ,

so this is the issue were we (me and Eurico) can be a real pain in the a...

Its about trying to advise you to follow our standards. I will add some rules that I can remember, @eupedrosa , add more if you remember some.

Case Styles

  1. Repository name should be snake case (https://betterprogramming.pub/string-case-styles-camel-pascal-snake-and-kebab-case-981407998841)
  2. Don't use a mix between case styles. For example, snake case would be: my_name_is_miguel and camel case would be MyNameIsMiguel but mixing both does not make sense, as in MyName_is_Miguel
MiguelDRPina commented 3 years ago

Hello @miguelriemoliveira , Just changed the name to snake case.

miguelriemoliveira commented 3 years ago

Thanks, it looks so much better : )