101: Advanced OOP structure in Ruby
In this blog post we will focus on solving a simple task:
Retrieve a random quote from API https://talaikis.com/api/quotes/random/ and display it in terminal (in some pretty format).
What is the catch here? We want our code to be thoroughly tested and use proper Object Oriented Programming (OOP).
Post a comment