[MongoDB] Field Naming Conventions

Tadashi Shigeoka ·  Sat, November 28, 2015

When checking MongoDB documentation, there are variations in field naming conventions, so it’s probably a matter of decision-making.

MongoDB | モンゴディービー

This is written as places_id in snake_case.

This one is written as cancelDate in lowerCamelCase.

It would be good to standardize the writing style to a naming convention that’s easy to handle in application code.

That’s all from the Gemba.