|
|
|
|
|
by pcthrowaway
1021 days ago
|
|
> And I can't think of anything in the ruby language itself that is implicit over explicit This is surprising to me. I love ruby, but it embraces implicitness more than any other language I've used. method_missing, monkey patching internals, and other types of metaprogramming make things very implicit at the interface level |
|