dukecon / dukecon_server

MIT License
12 stars 6 forks source link

Avoid "util" packages - this is an antipattern #98

Open ascheman opened 5 years ago

ascheman commented 5 years ago

Delete packages like util and move their contents to some business logic or adapter logic classes. It is considered an antipattern. If you cannot name something you should carefully think about a better name.