BlackJack Code Review (OOP)

_config.yml

This post is based on a code review problem.

Here is the original problem

Here is how the code looked originally:

Suggestions for Improvement

(1) Code must be more readable and (2) Use small methods

Code must be somewhat easy to read and understand. Consider the readability of the code below, compared to the code above. The point I’m making is that code should be easily readable - like you’re reading a story book or something - hopefully this will give you guys some ideas:

Written on September 21, 2017