|
|
|
|
|
by tigershark
3346 days ago
|
|
If you want to think of them as different modules then most likely they should be completely separated entities.
Why on earth you would want something completely different to live in the same class? It is just screaming that it wants to be a separate class.
Namespaces are the correct tool for code organisations, certainly not partial classes. |
|