I don’t know if anyone really cares much about naming conventions, but I try to. I noticed on mongodb.org, all the examples use underscores for both collection names and property names. Do you guys tend to stick with these conventions when using collections in Meteor?
I use camelCase for both Just pick one and be consistent. As usual with conventions
EDIT: camelCase is the most used naming convention for variables and object properties.
1 Like
I have tried to adopt whatever style that has been outlined here: https://github.com/meteor/meteor/wiki/Meteor-Style-Guide