#coding
Read more stories on Hashnode
Articles with this tag
Inspired by this post from Ruby for all: https://twitter.com/rubyforall/status/1660641879170625536 Here is one possible way to stay up to date with...
Emotion is motion and words shape our reality · A bit of (personal) history I learned Ruby, I think, around 2007, and back then, it was a language...
How to get the class name To get the class name: class User def call = puts self.class.name end User.new.call #=> User This will work even if the...
I will try to explain what a class is in some other way, somehow quoting or paraphrasing in some parts what @steveklabnik said a very long time ago in...
A short opinionated guide about how to learn Ruby programming language · I think learning Ruby has three parts: OOP + SOLID in Ruby Ruby...
How to think about design principles and what to do to improve your skills in this area · I read this article about DRY and this prompted me to write...