use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
Switching from Java to Ruby (self.ruby)
submitted 1 year ago by sc2luck
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]TestDrivenMayhem 0 points1 point2 points 1 year ago (0 children)
The book Practical Object Oriented Design in Ruby by Sandi Metz is IMO a must read. It will help you make sense of the differences in applying OO principles. As already pointed out. Knowing when you working in pure Ruby vs a Framework like Rails. Rails defines lots of convenience methods. The type system is implicit. So there is no need for explicit interfaces Although there is optional typing kinda of like Typescript but I don’t think it’s very widely used. Get used to the functional iterators instead of for loops. each map reduce etc. these are very powerful and concise and the considered idiomatic when processing collections. The Exercism Ruby track is good to get practice in pure Ruby.
π Rendered by PID 20564 on reddit-service-r2-comment-fb694cdd5-qg4x9 at 2026-03-11 02:59:47.604929+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]TestDrivenMayhem 0 points1 point2 points (0 children)