4

Today I was revisiting my first ever WPF project made, turns out that a baboon could have written better code than this.

The project literally has messages going everywhere to every viewmodel even if it's not supposed to.

I'll spare the details, but let's just say I'd rather jump in a mountain of needles than try to add a feature in this mess.

So I am now refactoring without my bosses permission since I am the only one in this company able to work with WPF and I still have enough time for a simple refactor.

Already on about 200 errors by just changing a few lines of code because everything inherits everything.

Comments
Add Comment