I have never heard of this rule, but apparently in some companies (including mine) there is a strict rule that the fields must come before methods, etc. Is there an inspection available, which will check that the (Java) class members are in the following order:
static fields
fields
static methods
methods
Please, my fellow developers, let me know if you are structuring your code like this and whether it actually helps you or not ![]()
