What I’ve found is that some developers seem to thrive in chaos, whereas others expect things to make clear and logical sense. I’m one of the latter, and maybe you are too.
I’ve found that messy or illogical code slows me down more than other developers. On the upside though, I typically write cleaner code than other developers, because that’s the only type of code that I’m comfortable with.
Just accept that not everything is going to fit well with how your brain works and try to get through it.
I recommend taking detailed notes on everything you find and trying to map out on paper the call tree and different classes involved. This can help greatly when dealing with messy code.
I’ve found that messy or illogical code slows me down more than other developers. On the upside though, I typically write cleaner code than other developers, because that’s the only type of code that I’m comfortable with.
Just accept that not everything is going to fit well with how your brain works and try to get through it.
I recommend taking detailed notes on everything you find and trying to map out on paper the call tree and different classes involved. This can help greatly when dealing with messy code.