8
jassole
294d

I'd like to use snake case like everywhere. Got that from rust.

Now in typescript, but seeing libraries and baseline core libraries in camel case, I end up going back to camel case.

I guess consistency is more important to me

Comments
  • 6
    That's a good thing - consistency *should* be the most important thing.

    I can adjust to any sane consistent style pretty quickly - but it can be basically impossible to adjust to a pile of inconsistent crap.
  • 2
    100% agree to both of you. Consistency is important.
  • 0
    I find myself trying to mix this shit...
  • 0
    Are types in Rust snake cased, too?
    Like File_Stream?
Add Comment