Last week I basically duplicated the serialization code to provide better debug output… today, I see this pass in my Mastodon feed. 😀 Well… what are the odds… most likely close to 100% according to how the universe seems to operate.

  • BB_C@programming.dev
    link
    fedilink
    arrow-up
    4
    ·
    1 day ago

    Last week I basically duplicated the serialization code to provide better debug output…

    Why was duplication needed, instead of implementing Debug using serialized output?

    And why would one want to rename stuff…etc in Debug anyway? It’s for debugging?

    This looks like purpose mismatch to me.