dolittle / Home

Dolittle is a platform designed to build Line of Business applications without sacrificing architectural quality, code quality or scalability.
http://www.dolittle.io
MIT License
27 stars 5 forks source link

Go through and consistently remove Specs from namespace for specs #33

Closed einari closed 4 years ago

einari commented 5 years ago

The namespace should match the System Under Test - we don't need the added "specs" part. This complicates things when we have sub-namespaces.

Projects affected:

┆Issue is synchronized with this Asana task

woksin commented 5 years ago

I can run through the SDK repo.

So we should just remove all the Specs segments from namespaces?

einari commented 5 years ago

Great. That means we'll have the "for_*" namespaces in parallel to the namespaces or the unit it is specifying.

E.g.:

Dolittle.Commands

Would have Command Coordinator and also a namespaces called 'for_CommandCoordinator'