The coding style & consistency is very important because it allows us
to other developers contributive to the project, to understand away the
code.
The coding style It was applied to the PodamFactoryImpl class with
the following tasks:
1.- Applying code style.
2.- Remove unnecessary comments.
3.- Blank lines to readibility on the block coding methods, if-sentences
and so on.
4.- Optimize imports.
The coding style & consistency is very important because it allows us to other developers contributive to the project, to understand away the code.
The coding style It was applied to the PodamFactoryImpl class with the following tasks:
1.- Applying code style. 2.- Remove unnecessary comments. 3.- Blank lines to readibility on the block coding methods, if-sentences and so on. 4.- Optimize imports.
To below I share you a google coding style link
https://google.github.io/styleguide/javaguide.html#