dtcc-platform / dtcc-builder

MIT License
6 stars 3 forks source link

Use snake_case in parameters #21

Closed anderslogg closed 1 year ago

anderslogg commented 1 year ago

We now use camelCase which is a left-over from early development.

It's common but not a actually a standard to use camelCase in JSON files but it makes sense that we use snake_case also for parameters since we have it for attributes in our classes.