This feels like such a dumb question to ask but here it goes...I'm currently building a web app and REST API using node, hence why I'm asking here. Normally I use snake case everywhere. So I will have snake case column names in the database, and the json responses to the clients will be snake case as well.Currently working on a small team, and some of the devs I work with are insisting we make the json responses camel case. I'm not trying to get into a snake case vs. camel case war, I'm just curious... is it normal to have projects like this that convert between snake case and camel case?I've never seen this before, but have not worked on many teams either and it's always just been up to me.
Submitted July 11, 2017 at 12:46AM by m9js
No comments:
Post a Comment