• iAvicenna@lemmy.world
    link
    fedilink
    arrow-up
    55
    ·
    5 months ago

    for the person who wrote that “coding and algorithms” is the same as “magic and alchemy”

  • twoshoes@lemmy.world
    link
    fedilink
    English
    arrow-up
    26
    ·
    edit-2
    5 months ago

    I work in IT. My boss is by all accounts very competent in both programming and administration, yet all his documentation basically says “remember to set DoTheRightThing=True”

    Edit: I just looked up the documentation for an internal service and under “Error recovery” it just says “The output of command xy should make sense”. fml

      • xthexder@l.sw0.com
        link
        fedilink
        arrow-up
        8
        ·
        5 months ago

        Damn, I must’ve been missing this in my code the whole time.

        Not even joking, I’ve got a project that crashes the MSVC linker with “Internal compiler error occurred” like 1 out of every 5 builds.

        • r00ty@kbin.life
          cake
          link
          fedilink
          arrow-up
          6
          ·
          5 months ago

          Back in the olde days of programming (I’m talking about compilers from the 80s) the coding connoisseur knew that getting a certain error that seemed like nonsense could easily be solved by adding an extra, or removing a remark line from the top of the code and recompiling.