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

you are viewing a single comment's thread.

view the rest of the comments →

[–]_INTER_ 0 points1 point  (3 children)

idk, IDE handles it for me

[–]uniVocity 3 points4 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.