Presentation resources for a talk about teaching a computer to play guitar with object-oriented design principles.| kevinjmurphy.com
This post explores how flog, a tool that analyzes the complexity of your code, can identify areas to refactor.| kevinjmurphy.com
This post explores inheritance and composition as a way to build and share behavior in a system to model guitar amplifiers.| kevinjmurphy.com
This post explores different domain modeling tools and object-oriented development to teach a computer how to play the guitar like Stevie Ray Vaughan.| kevinjmurphy.com
This post utilizes a score of Array and Enumerable methods to model music notes.| kevinjmurphy.com
In a previous post, we built an amplifier. Now, we'll learn to play the guitar with ruby code.| Kevin Murphy
Explore the benefits of delegating work to collaborators in object-oriented languages.| Kevin Murphy