Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dgut
on Feb 5, 2022
|
parent
|
context
|
favorite
| on:
Rails is not written in Ruby
Because not all programmers are made equal.
For some
method(thing a, thing b) thing { return a * b }
is not better than
method a * b end
If you're an "artist" type that care about the aesthetics of your code you tend to prefer the second.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
For some
is not better than If you're an "artist" type that care about the aesthetics of your code you tend to prefer the second.