1
vote
How do you find your way around a new codebase
If you have good documented code and several unit tests I don't see much of a problem. You can get pretty far just by analysing java doc and reading the code. Especially if it's good code where eve …
