Search Results

0
votes

Partial Classes in C#

As mentioned earlier, I too think this is a code smell. If a class is so big that it needs to be split into more files, means that it is breaking the single responsibility principle and doi …