I don't really mean a class browser but something that completely abstracts the underlying code organization and let's you create a sort of meta-file that includes all the related code for various ideas.
Like you could have all of the code from class A except the debug related methods, a few methods from class B, just a few functions from a static MathUtils class, so on.
Maybe your ClassAUnitTest meta-file could include some of the ugliest methods from the class you're testing but not the entire class.
Like you could have all of the code from class A except the debug related methods, a few methods from class B, just a few functions from a static MathUtils class, so on.
Maybe your ClassAUnitTest meta-file could include some of the ugliest methods from the class you're testing but not the entire class.