• space@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    29
    arrow-down
    1
    ·
    edit-2
    5 months ago

    Writing the actual code is the easy part. Thinking about what to write and how to organize it so it doesn’t become spaghetti is the hard part and what being a good developer is all about.

    • AggressivelyPassive@feddit.de
      link
      fedilink
      arrow-up
      8
      ·
      5 months ago

      Question is: how many developers are actually good? Or better, how many produce good results? I wouldn’t call myself a great programmer, just okayish, but I certainly pushed code I knew was absolute garbage, simply because of external pressure (deadlines, legacy crap, maybe just a bad day,…).

    • explodicle@local106.com
      link
      fedilink
      English
      arrow-up
      3
      ·
      5 months ago

      I’m more of a mechanical engineer than a coder, and for me it’s been super helpful writing the code. The rest of our repo is clear enough that even I can understand what it actually does by just reading it. What I’m unfamiliar with are the syntax, and which nifty things our libraries can do.

      So if you kinda understand programs but barely know the language, then it’s awesome. The actual good programmers at my company prefer a minimal working example to fix over a written feature request. Then they replace my crap with something more elegant.