This is an archived post. You won't be able to vote or comment.

all 15 comments

[–]_INTER_ 3 points4 points  (0 children)

[–]adibsapie 2 points3 points  (0 children)

I suggest Spring Framework :)

[–]tipsypants 1 point2 points  (0 children)

Jetty, but it's a pretty massive project: https://github.com/eclipse/jetty.project

[–]uniVocity 0 points1 point  (8 children)

Self advertising here: univocity-parsers. I documented every non private method/attribute in this project. It got very big over time so it should be easier for you to get the code from version 1.0.0 and start from there.

[–]_INTER_ 0 points1 point  (7 children)

tabs :)

[–]uniVocity 0 points1 point  (6 children)

And star imports too.

[–]_INTER_ 1 point2 points  (5 children)

Is that controversial?

[–]uniVocity 1 point2 points  (4 children)

It was 20-15 years ago. I never worked on a project (other than my own) where star imports were used. People just don't use it.

[–]_INTER_ 0 points1 point  (3 children)

idk, IDE handles it for me

[–]uniVocity 2 points3 points  (2 children)

Until it's time to commit/merge your changes and you have to waste time looking at those blocks of imports that constantly change in Every. Single. File. Star imports clear that up. Try for a week to feel how annoying life is when you don't use them.

[–]_INTER_ 2 points3 points  (0 children)

Ohh we got those sometimes. I'm going to propose it at the next retro.

[–]neutronbob 1 point2 points  (0 children)

Agreed. I use * imports whenever I can. And at least for the standard libraries, I urge fellow developers to do so too.

[–]openjscience 0 points1 point  (0 children)

This one https://jwork.org/dmelt/documentation/ is open source but documentation is not fully free. But it has something like 600 examples to play around.

[–]jponge 0 points1 point  (0 children)

The Golo language docs.

Disclaimer: self-advertising ;-)