• lowleveldata@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    you can follow any exception down to the exact line of code

    Which is usually not a piece of code written by us and is caused by another piece of code not written by us either

    • I don’t know any programming language where that isn’t the case, though. Unless you’re writing another SerenityOS, you’ll probably use external frameworks and libraries to take care of all the uninteresting stuff.

    • MyNameIsRichard@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      1 year ago

      Does your IDE not highlight the lines written by you in a different colour? Of course that doesn’t help when it’s an error in production!