Relative Content

Tag Archive for static-methods

Is using multiple static classes with maximum one public method is a good idea

I’m writing a structural detailing (CAD) software for concrete buildings in C#. I have defined like hundreds of static classes each with one public method and if needed some private methods. Each one of these methods in these static classes does part of the job. They are called from one God static class named Building.cs.