vermiculus / se-blackjack

Software Engineering Blackjack Project
0 stars 1 forks source link

Addition to CardSource / CardCollection #6

Closed vermiculus closed 11 years ago

vermiculus commented 12 years ago

To make it a little easier to test for a Blackjack (face-card / ace pair), apply some functional programming bits. Probably do some sort of member query in CardCollection (or implement if extant) to do the test instead of the current implementation of a exhaustive logical statement.

vermiculus commented 11 years ago

Sortof implemented as 'IsFaceCard'.