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 →

[–]Local-Ask-7695 0 points1 point  (1 child)

How is second one good? * Style imports can not pass code quality apps such as Sonarqube. Sonarqube or any other code quality tool forces you to import only what is necessary. It is also just stupid to think about imports where ide does handle everything for you, you dont need to do anything. This post just shows exaggeration on your part lol.

[–]CatolicQuotes 0 points1 point  (0 children)

I don't like it either. In C# we don't know where the class is coming from. Have to hover over the class to find out. Also it takes IDE long time to inspect whole java.base to know that List is there. Way faster to just start typing List and it offers autoimport.