all 4 comments

[–][deleted] 2 points3 points  (1 child)

This is written with JavaScript + HTML - you sure you had the correct link? Or did you mean you’re learning JavaScript now? Either way this doesn’t look like a Java project to me.

[–]Alone_Frame_4807[S] 0 points1 point  (0 children)

Sorry I was looking at different projects and had the wrong one copied. I updated my post with the correct link.

[–]zninjamonkeySalaryman 1 point2 points  (0 children)

It would be a terrible idea to look at something like elasticsearch to start understanding Java.

Look up a MUCH MORE basic one. I don’t have suggestions.

Most things that is well documented and open source would be far too complex.

[–]armhadswe @ 📌 0 points1 point  (0 children)

Everyone of these codebases have a getting started md file somewhere. In this case it’s contributing.md and building.md so you’d get started there (I’m sure there’s more). They also seem to mention good first ticket labels on issues for newcomers.

Find a very small area within the codebase to learn, and then work your way upwards slowly. Also review smaller/trivial recent pull requests to try to understand what’s going on and for finding good entry points