Eric's Ramblings
Tips and opinions about software development
Saturday, February 18, 2012
Installing Ruby 1.9.3 via RVM in Ubuntu 11.10
›
This morning, I needed to install Ruby 1.9.3 on my Ubuntu 11.10 system, but it took a little bit of trial and error. I did get it working, ...
1 comment:
Friday, April 01, 2011
Announcing AffirmIt!, the supportive testing framework for Ruby
›
Are you a developer? Testing framework got you down? Have you had: Difficulty concentrating, remembering details, and making decisions? ...
3 comments:
Sunday, January 30, 2011
Turning functional code into great code: Part 4: Encapsulation
›
This is part 4 of a series on turning functional code into great code. If you haven't read part 1 , part 2 or part 3 , go ahead and do...
Technical Writing 101
›
Reading through several posts on this blog, I've realized that they ramble on and on (hence the title of the blog...) and are generally ...
1 comment:
Monday, August 02, 2010
Turning functional code into great code: Part 3: Duplication and third-party APIs
›
Hello, and welcome back! This is part 3 of an ongoing series on turning functional code into great code. If you haven't read part 1 o...
Sunday, June 27, 2010
Turning functional code into great code: Part 2: Language usage
›
Welcome! This post is part of a series; if you missed Part 1 , go ahead and read it. Today, we're going to focus on how the StylesheetC...
Wednesday, June 23, 2010
Turning functional code into great code: Part 1: Testing
›
I recently came into contact with an eager young developer with a year or two of work experience, who showed me his code and asked me how to...
15 comments:
Wednesday, June 09, 2010
Using inheritance with fluent interfaces: get this
›
Recently I had a situation where I needed to implement Joshua Bloch's Builder pattern (see Effective Java , item 2) over a hierarchy of ...
481 comments:
‹
›
Home
View web version