get dunked on

this post brought to you by PascalCase gang

  • kleeon [he/him, he/him]
    ·
    4 years ago

    snake_case for functions

    camelCase for variables

    PascalCase for structs

    you've been owned

    • WhyIsItReal [he/him]
      hexagon
      ·
      4 years ago

      imagine ever using snake case.

      camelCase for functions and variables, PascalCase for class.

      really the only time snake case is reasonable is types, but that strongly depends on the language. typedef int BasicInt looks weird to me, it seems like it should be a class