Archive for April, 2021
Design Patterns
The Strategy Design Pattern in Ruby
Programming large projects can be a quite tedious projects that needs lots of code refactoring again and again, if the code is not well written from the beginning. A very efficient way to make sure that your code is of the high...