When building collections of data you will find situations where the types aren’t what you planned to work with. And when I say types I’m speaking generically of arrays, hashes, strings, integers, nil, etc. Everything’s cosy when you know what your getting. For example putting 10 integers into an Array: arr = [] 10.times do…
Continue Reading »
January 28, 2015 by Daniel P. Clark
Learning by Teaching
I grew up in a home-school family. That being the case there were times where my mom was learning as well while still teaching. There are many times where the teacher will learn from the student. As we learn we can both sharpen our own knowledge and refine it by teaching what we learn to…
Continue Reading »