Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

I know it was STRING_LITERAL_L before, but that convention didn't work for magic numbers, also if you think about it, that L_ upfront tells you clearly what you deal with. That it's not a plugin specific constant nor enum.

...

If plugin name is "mes-plugins-awesome-plugin" the basic package is: com.qcadoo.mes.awesomePlugin, we can create some additional packages (and it's very rarely rare when we should create anything else):

...

Even if they are single commands, that you are sure won't grow bigger, we enclose it inĀ { } brackets - always.

...

Because number of states can change over time, and . The code where all different states fall into else block won't tell you anything, will just remain broken, silently.

...