|
|
|
|
|
by aljarry
653 days ago
|
|
There are libraries for writing Architecture tests for .Net and java (that I know of) for enforcing architecture design. You can enforce reference rules for classes and namespaces, like: classes from the domain namespace cannot reference the API or DB namespaces. I haven't used them in a real project though. |
|