Hello folks,
I'm in refactoring again and at a point where I want to reorganize (yes he said it again) my framework code. Reading through the net and some Javascript/ NPM documentation, it feels like having smaller modules is always preferred in opposite to large framework libraries.
The reason I'm thinking about this again, is that most of my code is used to build small tools which can be compiled and copied easily without the need of also adding some external libraries to them. This might sound odd, especially because Microsoft has a different thinking of C# best …