Skip to main content

All Questions

18 votes
11 answers
43k views

Why is using System.out.println() so bad? [closed]

Of course, it is very good use to use a logging framework for the error messages or warnings. But sometimes I use System.out.println() if I want to try something new in a short time. Is it really so ...
Kayser's user avatar
  • 376
0 votes
5 answers
202 views

Automatic sorting of class/module members and its possible impact on productivity and code quality [closed]

Recently I saw some possibilities of some IDEs (via plugins) to sort members of their classes/modules based on some criteria, sou you could have everything sorted automaticaly no matter where you ...
Jarek's user avatar
  • 249