Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kayodelycaon
on April 22, 2024
|
parent
|
context
|
favorite
| on:
Ruby vs. Python comes down to the for loop (2021)
Agreed. As a long time Ruby developer, I smack knuckles every time someone dynamically defines methods.
If I can’t find def method or def self.method, your code is not passing my review.
lamontcg
on April 23, 2024
[–]
I'll take dynamically defining methods over method_missing
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
If I can’t find def method or def self.method, your code is not passing my review.