Method Dispatch in Ruby
an introduction for .NET Developers
One of the things that makes ruby special is the basic idea that everything is an object. You probably already know that even nil
(the ruby version of null
) is in fact an object, which allows you to do nifty things like simply ask an object if it is nil with .nil?
.
What you might not know is how method dispatch works in the ruby . . .
Branching with git
a basic introduction
If you're using git
for source control and haven't started making use of branching yet – this will hopefully give you the nudge that you need.
What is branching?
Imagine that you're working on a feature for a project. You're half way through when somebody asks you to fix an urgent problem on a file . . .
Hello
New Blog, New Start (also, where's the import?)
As is customary with anyone starting a new blog, my first post here is a warm greeting.
The intention here is to write a mix of professional and personal, and likely my personal thinkings of professional happenings. Open and honest has always served me well in real life, and I hope it does here too.
It goes without saying . . .