Logic Problems

Going through the beginning of Launch Academy again is an amazing opportunity to work on all of the things that I hadn't mastered last time.  Not only am I able to complete challenges, but I can shift the focus of the challenge from mere completion into full comprehension, or use a challenge intended to improve one skill to also improve another.

The first challenge Launch Academy issues to its students is to build a game of blackjack played through the command line (using Ruby.) I'm taking this second opportunity to write my code using Test-Driven Development, which is something that I had learned but never mastered to the level I wished.  If you'd like to see my Test-Driven Blackjack, it's up on Github: https://github.com/msgalenwhite/Blackjack

Comments