• magic_lobster_party@kbin.run
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    We have those parts of code someone wrote years ago that is heavily abstracted for no reason at all other than that the developer thought it might be good. It’s just endless clicking on methods just to find no code at all and then you have to deep dive to figure out where stuff is actually computed.

    Make it just one simple method call? Nah, it should be divided into 10 different abstract classes because whatever reason.

    It’s also the most buggy part of the code because no one currently in the team dares to touch it.