Use Ruby getter methods over instance variables for clearer errors and easier debugging
Use Ruby getter methods over instance variables for clearer errors and easier debugging
I read this article about DRY and this prompted me to write some thoughts about this. This was a very debated article about what is DRY and what it means to use it or not and th...