eucalypto / learn

These are projects that help me learn
0 stars 0 forks source link

Uncle Bob's Stack Kata #2

Open eucalypto opened 3 years ago

eucalypto commented 3 years ago

Uncle Bob's Stack Kata

Stack Kata according to Uncle Bob's screencast that can be found here. And I highly recommend it.

A cool blog post about this kata is this: https://www.jackreichert.com/2016/07/code-katas-stack/

Wikipedia: Stack

Another implementation of this kata can be found here.