Why Ruby Is More Readable Than Python
confuzeus.com
Why Ruby Is More Readable Than Python
1–10 of 149 posts
Re: Why Ruby Is More Readable Than Python
#2Re: Why Ruby Is More Readable Than Python
#3Re: Why Ruby Is More Readable Than Python
#4Re: Why Ruby Is More Readable Than Python
#5Re: Why Ruby Is More Readable Than Python
#6Subjective opinion presented as fact? Say it ain't so.
If I say that halloumi is better than tofu, do you not assume I'm talking about my personal opinion? Do I need to make it painfully clear that it's my subjective opinion?
Taste, as much as readability, are subjective so that can be assumed.
Also, if you read the post, you'll have noticed the author is constantly saying "I find this more readable", and engaging the reader with "what do you think?" questions on each point made, which makes it very obvious that they're presenting a personal, subjective view.
Re: Why Ruby Is More Readable Than Python
#7Re: Why Ruby Is More Readable Than Python
#8Just goes to show how subjective it all is!
Re: Why Ruby Is More Readable Than Python
#9Subjective opinion presented as fact? Say it ain't so.
Go through a typical college writing class and the teacher will direct you to delete phrases like “I think” and “I believe” from your writing.
Re: Why Ruby Is More Readable Than Python
#10In practice, Ruby code isn’t. Once someone starts doing advanced meta programming, get the shovel, because you’re going to kill whoever wrote it and need to bury the body.
Rails largely gets away with this by having opinionated design, good documentation, and a large user base who have already written answers to your questions.