11

Switching from a camel cased standard(js) to a snake cased standard (rust) tutorial

pub fn do_shit() {°°°}
...
pub fn doMoreShit()°°

*Notice wrong case*

To self:

Aaarghbkflahvflw. Why can't you fucking get the damn case right! And you call yourself a fucking senior programmer, you piece of useless shit.

#existentialCrisis
#questioning_life

pub fn do_other_shit()
...

Comments
  • 0
    I prefer snake case, and sometimes catch myself using it in JS when I shouldn't be.
  • 1
    Sssssssssssnek
  • 0
    Luckily IntelliJ-Rust fixes this for me when I use that
Add Comment