codingteam / horta-hell

Configurable XMPP bot written in Scala based on the Akka framework.
MIT License
15 stars 8 forks source link

Project: fix packages #401

Closed ForNeVeR closed 8 years ago

ForNeVeR commented 8 years ago

I like the test package tree to mirror the main package tree, so test classes should be placed into the same packages as the classes they're testing. It helps them to have access to package-internal stuff if they really need to, and also helps to find them in the package tree.

Also plugins.HelperPlugin package seems to be named inconsistently; I've fixed that.

rexim commented 8 years ago

The shit is approved

Newlifer commented 8 years ago

I second this!