https://github.com/approachcircle/Blackjack/blob/77282d1f6bfd539211497f2ee3242a0cee38e595/Blackjack/Blackjack.Game/CardHand.cs#L76 not sure if incrementing the property named "HighAces" even if the ace is low is invalid or if it's just named incorrectly.
Blackjack/Blackjack/Blackjack.Game/CardHand.cs
Line 76 in 77282d1
not sure if incrementing the property named "HighAces" even if the ace is low is invalid or if it's just named incorrectly.