smartcat-labs / berserker

Berserker is load generator with pluggable input source and configurable output.
Apache License 2.0
52 stars 8 forks source link

Separate Exception i Configuration classes in berserker-common repo #29

Open a-pejak opened 7 years ago

a-pejak commented 7 years ago

In configuration package, all custom Exception and Configuration classes are placed in the same directory.We should create two sub-packages one for Exception and one for Configuration classes.

nivancevic commented 7 years ago

In order to avoid creating/having packages (directories) with just few classes, I would propose addressing this issue once the number of exception and/or configuration classes becomes bigger.