|
|
|
|
|
by jimbobimbo
4841 days ago
|
|
Criticism of partial libraries is a bit off, as it is a very powerful tool, if used properly. In .NET world partial classes are often used in the generated code scenarios, when the tool might generate the partial class and later, another part of the class is being added manually to provide some customizations to the generated code. |
|