• FlumPHP@programming.dev
    link
    fedilink
    arrow-up
    5
    ·
    7 months ago

    I’m going to have to print out the Go version for all future “it’s idiomatic” and “but the community!” debates at work

      • FlumPHP@programming.dev
        link
        fedilink
        arrow-up
        5
        ·
        7 months ago

        The go community is strongly opinionated in unique ways. For example, using libraries is generally frowned upon. You either use something included in the language itself (standard library) or copy/paste the code you wrote in another project. There’s also advocacy for shorter variable names which generally seems counter to the normal “write descriptive variable name” mantra.

        All in all, I hope the ideas / opinions came from a good place and then some people took them as black & white rules. But they also come off as one or two people’s pet peeves who got to build a language around them.