inadarei / rfc-healthcheck

Health Check Response RFC Draft for HTTP APIs

Home Page:https://inadarei.github.io/rfc-healthcheck/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

release_id

randallsquared opened this issue · comments

Is there a reason release_id is snake_case, and everything else camelCase? If not, let's change it.

Good catch, thank you! It should indeed be consistent.

One last sanity check before we make the final change - should everything be snake-case or camelCase? Not sure if there's a more commonly adopted pattern in JSON?

I generally don't like cased anything because I personally feel it is more error-prone that snake-cased (and harder to read) but that's just me.

Are we set on camel-case?

I'm not set on anything, and don't think it matters overmuch; the important thing is that its decided and final.

LOL! That comment seemed very set on being non-committal :)

We as a community have argued about this for decades. Nobody has convincingly won. Therefore it’s a bad idea to spend rfchealthcheck time on the argument. Pick one to standardize on, and we can ignore the whole thing for this RFC indefinitely. :)

OK, CamelCases win.

I believe this is now fixed with the latest merge