• henfredemars@infosec.pub
    link
    fedilink
    English
    arrow-up
    2
    ·
    5 months ago

    All the debugging tools in the world doesn’t beat an excellent sense of intuition and putting that print statement exactly where it needs to be.

      • flying_sheep@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        5 months ago

        He works on Linux where he controls the whole stack down to the metal and I love that for him, but other people have to call library code, and them debug that if it doesn’t work as they thought it would.

        • rbits@lemm.ee
          link
          fedilink
          arrow-up
          1
          ·
          5 months ago

          Well then obviously if you use libraries, your code is too complicated

  • Gamma@beehaw.org
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 months ago

    And when you need something more complex

    console.log(1);
    […]
    console.log(2);
    […]
    console.log(3);