Hacker News new | ask | show | jobs
Ask HN: Best way to join large code projects
3 points by antonpuz 2862 days ago
As a software developer, I sometimes need to join different existing running projects.

Most of the time we use Java, where polymorphism, inheritance, and reflection make it a hell to follow (even with a debugger). Most of the code is not documented of course.

Approaches and relevant programs would be welcomed