Y
Hacker News
new
|
ask
|
show
|
jobs
by
pul
3223 days ago
Replace `least amount of code` with `least amount of complexity` and I completely agree!
3 comments
danielbarla
3223 days ago
This has been my "go-to" definition for a while, though I'd add a caveat: complexity can be subjective, based on the reader's particular experience or background.
link
manmal
3223 days ago
Whenever I use FRP, I'm worried that the code is super maintainable and readable for me, but a hell for a less experienced coder.
link
abritinthebay
3223 days ago
Yes, else it ends up as some form of Perl Golf
link
flohofwoe
3223 days ago
Yes that's better. The intent was to not have unnecessary code (often happens when when 'cargo-culting' some design pattern).
link