mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-23 15:37:51 -08:00
Add TODO to make Card a Record
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
* this is a good candidate for immutability.
|
||||
*
|
||||
*/
|
||||
// TODO consider making this a Record
|
||||
public final class Card {
|
||||
|
||||
public enum Suit {
|
||||
|
||||
Reference in New Issue
Block a user