tidbyts

crafted by James Artz

Musings on the aches and pains of learning software development.
Me code pretty someday.
11.6.2015
Classes are an easy way to create large numbers of objects in ruby. Instead of defining separate methods...
10.9.2015
Version control is beneficial because projects are often being worked on by multiple developers, creating the risk of one developer overwriting the work of another, or data loss...