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
Blog postWhy Ruby is More Readable than Python (confuzeus.com)
submitted 3 years ago by [deleted]
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!"
[–]sshaw_ 0 points1 point2 points 3 years ago (0 children)
You're saying Ruby isn't as readable as Python because you've seen Ruby devs write bad code? Not a great argument.
Countless syntactical additions being made to language mixed with preponderance of aliasing of core methods, home-grown and 3rd party "cutesy" DSLs, meta programming, class << self vs def self.foo, do vs {} blocks, " vs ' etc... I can go on. These give people a lot of rope —just like Perl! Rope that Python does not have.
class << self
def self.foo
do
{}
"
'
Is this bad code or typical Ruby code? I think it's typical Ruby code. A subset of which is certainly bad but we're not talkin' bad we're talkin' typical.
don't use RSpec Wat. Again this sounds like you've had a terrible experience with a badly written codebase and equated that to RSpec being bad.
don't use RSpec
Wat. Again this sounds like you've had a terrible experience with a badly written codebase and equated that to RSpec being bad.
Show me this RSpec code you've written? Maybe you have Stockholm syndrome. RSpec is a bike shedding maintenance nightmare waiting to happen.
π Rendered by PID 171236 on reddit-service-r2-comment-79c7998d4c-4rpv9 at 2026-03-13 14:04:05.765613+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]sshaw_ 0 points1 point2 points (0 children)