Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 361 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 361 Bytes

SimplePokerhandOCP

The Simple Pokerhand Kata to explain Open - Closed - Principle

Clone the repository and build it with ./gradlew. You can create project files for your IDE with ./gradlew idea or ./gradlew eclipse.

This code does not conform to OCP. Try to refactor your code to conform to it.