NOTE: SOLID Principles don't apply to private methods, but the private methods do illustrate the DRY Principle. Implementation of Principles, Patterns & PracticesĪt this early stage of the SOLID Poker Project, only the DRY & SOLID Principles are being implemented. Preceding articles give necessary background and context to the current article.įollowing is the complete list of articles of this series published thus far: This provides good structure and makes the information easier to consume.Įach article builds and depends on the preceding articles, and each article will further develop the code from preceding articles.
This project and documentation will span numerous articles to ensure every part of the project receives the necessary time and attention.
Project Code: Check Poker Hands For Duplicate Cards.Implementation of Principles, Patterns & Practices.