Tagged in

Bundler

Devlin Delves In… To Software Development
Devlin Delves In… To Software Development
At the beginning of 2018, I gave up my job as an Immigration solicitor and began training with 8th Light as a software crafter. In this blog, I explain the learning and research I have undertaken since I began my new career.
More information
Followers
6
Elsewhere
More, on Medium

Ruby Package and Version Management

One of my stories this week was to begin using simplecov. simplecov is a test coverage tool in Ruby, which creates neat HTML reports informing you how much of the testable lines of your source code (ignoring non-substantive lines that don’t need to be tested, in…