I'm learning ruby and you definitely have the best videos on it that I've seen on YT. Great job
@ricardorien2 жыл бұрын
What about now? are you working with Ruby?
@DenzelBraithwaite-LBPSB3 жыл бұрын
I've seen a lot of your videos, I watched a lot of the python ones as well, I really appreciate all the information you give and the time you spend doing this.
@x0onatyo0x4 жыл бұрын
Hey, you definitely have a gift. Thank you for explaining this, I've been struggling because some people know a lot code but don't know how to explain.
@MiSt33005 жыл бұрын
Thank you for letting me understand what the attr_accessor/attr_writer/attr_reader is... I had problems with implementation of the knowledge of classes and objects I got from Codecademy into real programming... Thanks man!
@dadkinson6 жыл бұрын
Much appreciate the magnified text, great for cellphone learning. Thanks, good vid
@TheTorresTaylor4 жыл бұрын
such a clear and straightforward explanation, love it!! keep it up!
@randerins4 жыл бұрын
I finally understand this. You're a great teacher. Thanks a lot!
@blackneos9405 жыл бұрын
Looked up J.R.R. Tolkien's name to check for spelling accuracy, and I learned that his full name was John Ronald Reuel Tolkien! :) Thanks for the lesson man! :) I'm good with multiple Languages, but Ruby is something I need to practice more. (:
@jimmacur55907 ай бұрын
So clear an understandable!!!
@seanzacharyjatayna56744 жыл бұрын
Thank you, you make it easy to understand :)
@ricardorien2 жыл бұрын
Thanks Mike!
@legenderygamer82644 жыл бұрын
In widows his variable nad many things are not working
@georgedainton32682 жыл бұрын
You’re the man Mike
@jasonwhitlock67284 жыл бұрын
thank god this video exists
@adesuyifisola23273 жыл бұрын
Thank you so much for this wonderful video. It helps alot
@marsdwarf3 жыл бұрын
Great explanation, thanks!
@evanperrygiblin5 жыл бұрын
what if you want to have a lot of books? (1..num_books).each { |book_num| Book.new(book_num) } #how do you then access each book?
@urchymanny4 жыл бұрын
You're doing great!
@Udaridamarakula12342 жыл бұрын
thank you very much
@waimanlee68456 жыл бұрын
its not letting me run the project because class name MUST be CONSTANT.
@youtubeuseran5 жыл бұрын
Class name should start with an upper case character
@july20383 жыл бұрын
ty homies, so informative
@Lyrik-Klinge5 жыл бұрын
good man, good job!
@tindansandow8823 Жыл бұрын
I neve understood how classes and objects work
@masoud910511 ай бұрын
Me too! you are not alone bro :D
@MrPaulOMalley3 жыл бұрын
Line 11 should be 'book2.title = "The Lord of the Rings"'. Line 12 should be 'book2.author = "J. R. R. Tolkien"'.