Ruby Koans – Day 1 Progress

Slow start at first, but I think I am picking up speed.  equals and == sucks, they mean the exact opposite that they do in Java.  Ruby, == is equivalence (.equals in Java), and use .equal? to check if the objects are the same (== in Java).  That'll probably hang me up for a while.  This resource from ruby-lang helped…

0 Comments

Ruby Koans – Is this the path to Ruby enlightenment

Ok going forward I am trying out iTerm for my terminal and Visual Studio Code for my editor. Don't know if these are best practices or anything, but when I was trying to pull down code from GitHub in just the default MacOS Terminal, it felt clunky.  So I am running through the Ruby Koans tutorial because it seemed more…

0 Comments

I’m starting a Ruby blog

It's 2018 so it seems like a good time to start a blog.  That's a thing still right? It must be if my default wordpress theme has it. So I find myself starting a new career. I did this to myself, so I only really have me to blame.  I am or I was a Java engineer.  It was what…

0 Comments