AleksandarDzh / card-game-basics

This is a simple structure of card game basics
0 stars 0 forks source link

Idea: Use the PHP 8 Enumerations custom type #3

Open pnikolov opened 1 year ago

pnikolov commented 1 year ago

https://github.com/AleksandarDzh/card-game-basics/blob/24e3b571535f60f00630a39b82fa859aa6ce9fd1/CardGame_Basics/src/Deck.php#L13-L18

What do you think about using the Enum feature of PHP 8.1?