Oddbean new post about | logout
 @98c56911 Erk, I've seen it way too fast; maybe because I, too, make this error on a daily basis ! 
 @e3ee29f4 Glad to hear I'm not the only one. 😂

It's worse when I use camelCase in Ruby. 😱 

At least in this case it's caching JSON, and for that I've normalized camelcase since it's consumed by the JS side. 
 @98c56911 mapping to or consuming JSON is always a grey area of snake_case languages like ruby 🙈 Hopefully some library that goes in between usually do the normalising for me !

Can't wait for your next post using `?.` as a safe navigation operator in ruby 😏 
 @e3ee29f4 oh I’ve definitely done that one too 😂 As much as I love Ruby, I prefer ?. to .try.