43

Shouldn't it be dev_rant?

*gets ready to evade punches*

Comments
  • 11
    SnakeCaseIsNotBetterThanCammelCase....Obviously....
  • 6
    Pythonic, probably yes.
  • 4
    PEP compliant. I approve.
  • 3
    I perfer DevRant myself. I use_ only to group a set of vars mixed with camel (client_Name, client_Id, client_HomeAdress)
  • 1
    In JS - camelCase
    In Ruby( and its derrivate DSL) - snake_case
  • 4
    I guess it depends on the programming language but I personally prefer camel case.
  • 2
    @bioDan

    Nice, someone who understands.

    Holy wars are ridiculous, because almost every language has style rules. A tab and camels for Go, snakes and four spaces for Rust, PSR for PHP, PEP for Python, etc.
  • 4
    Kebab? dev-rant?
  • 1
    Bah, I don't have time to learn all that nuances.. Cause I don't work in a team I use my style everywhere...
  • 0
    Dev Rant
  • 0
    Huh.
    I never knew these ways of calling variables had actual NAMES to them.
    So...
    snake_Case and camelCase, huh?
    Cool :D

    I guess I still have a lot to learn...
  • 12
    @Gaetano96
    snake_case
    PascalCase
    camelCase
    kebab-case

    And don't forget:
    SCREAMING_SNAKE_CASE
  • 0
    heck_snek_case
  • 1
    @siksik HAHAHA
    Great. Thank you kindly. ♡
  • 2
    @siksik I think pascalcase is the true camelcase, while camelcase should be called dromedarycase .
  • 2
    I say it should actually be dev.Rant - or Dev.Rant if Rant is a static member, which it probably isn't since all Devs would have the same rant otherwise
  • 1
    @bittersweet I have varied sources and I think none of them really know what they're talking about
Add Comment