Reading Ruby Code: ROM - DSLs June 11th 2017
The fourth part of my series on code reading, where we explore the Ruby library ROM. In this post we explore the ways that ROM uses custom DSLs to create intuitive code.
Reading Ruby Code: ROM - Exploration March 12th 2017
The third part of my series on code reading, where we explore the Ruby library ROM. This post focuses on what can be gained from a deeper exploration of a code base.
Reading Ruby Code: ROM - orientation February 12th 2017
The second part of my series on code reading, where we explore the Ruby library ROM. We begin our journey into ROM by orienting ourselves to the codebase. Where does one start when first trying to understand a novel codebase?
Reading Ruby Code: ROM - preface January 29th 2017
The introduction to of my series on code reading, where we explore the Ruby library ROM. Here we discuss the importance and utility of code reading for software developers. There is also specific setup instructions for reading and interacting with a Ruby library.