• Rinox@feddit.it
      link
      fedilink
      arrow-up
      1
      ·
      10 months ago

      Yeah, proper documentation is not done with comments in code, but it’s a project in and of itself. Proper documentation is also fucking hard and I have no idea how people (in open source projects) can do it. It’s so fucking boring and tedious, especially when there are a million interesting problems you could tackle instead. Mad respect for people writing documentation, seriously.

      I also hate writing comments and prefer to just write out everything in code.

      • CJOtheReal@ani.social
        link
        fedilink
        arrow-up
        1
        ·
        10 months ago

        I write the shit in the explanation before programming it, its a way to construct a code in human language and logic, with my manual you could program the exact same program in another programming language. (i cant show it because what i program is company secret, including the manual) and yes its kinda boring but everyone is grateful for it and for the things i do i need to make shure its never failing, so its checked by several different people, and such a manual helps a lot for everyone.