GitPS / PiCasino

Java based casino game hosted on a Raspberry Pi.
GNU General Public License v3.0
1 stars 0 forks source link

Change BJGameEvents design to allow for easier refactoring and more reliable comparisons. #26

Closed ghost closed 10 years ago

ghost commented 10 years ago

I will consider using a static class or an enum to assist with BJGameEvent comparisons.

Literal string comparisons are ugly, slow, and prone to developer error (spellcheck)