mtedone / podam

PODAM - POjo DAta Mocker
https://mtedone.github.io/podam
MIT License
326 stars 749 forks source link

Apply coding style & consistency #277

Closed arnoldmartinez closed 5 years ago

arnoldmartinez commented 5 years ago

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#

daivanov commented 5 years ago

Hi,

Thanks for the change. But I value history more than couple of whitespaces fixed. Also I'm against wildcard imports

Thanks, Daniil