Hi, if you would have a desktop app and you will migrate it to the web app. What would you do?
We use the classic .NET framework, not .NET Core. We have many of god classes.
There are no documentation, meaningful variable names etc.
In this case, what would you do? Don't forget, desktop logic could be different than the web considering by their components usage.
Now, I'm working on a project like that. My main responsibility is migrating backend services to the web.
It will be a REST service for mobile and web projects.
How should I monitor what variable is doing?
Because of some variables named "a, a1, a2, a3", it should hard to monitoring in a god class.
Top comments (1)
Is nuke from orbit and start again an option?