Similar Posts

4 Comments

  1. Great blog post! A good introduction to the SOLID principles for rookies and also a good refresher for professionals.
    I was just wondering about the naming (i.e. the naming of some classes). For example the ReadParameters class. According to the naming convention of Microsoft (https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/names-of-classes-structs-and-interfaces) and as far as I remember as well recommended by Clean Code book, classes should be named with nouns. ReadParameters would better match as method name. A better name for this class would be ParameterReader. Just my five cents

Leave a Reply

Your email address will not be published. Required fields are marked *