The code-organization tag has no wiki summary.
2
votes
2answers
139 views
Should accessible members of an internal class be internal too?
I'm designing a set of APIs for some applications I'm working on. I want to keep the code style consistent in all the classes I write but I've found that there are a few inconsistencies that I'm ...
0
votes
1answer
379 views
What are the tradeoffs for using 'partial view models'?
I've become aware of an itch due to some non-DRY code pertaining to view model classes in an (ASP.NET) MVC web application and I'm thinking of scratching my itch by organizing code in various 'partial ...
3
votes
0answers
73 views
What to focus on when separating a monolithic codebase into separate (NuGet) packages?
I work on a fairly large web application. The main solution containing the web application project has over 100 projects. The average build time of that solution is 2 minutes on a 12 GB quad-core ...