• Badland9085@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Ehhh, golang’s pretty down there for me too. Sure, you have types, but the way you “implement” an interface is the sussiest thing I’ve seen in most well-known programming languages. Not to mention all the foot guns (pointers for nullables is a common one, and oh, if you forgot that a function returns an error, and you called it for its effects, you’ve just built a possibly very silent bomb) you end up building into your programs. I use in prod, and I get scared.

      • orca@orcas.enjoying.yachts
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        I’m pretty new to it. The types and struct stuff are a bit hand-wavey, but I like how quickly I was able to ramp into it. I built a simple API with it in a few hours.