Y
Hacker News
new
|
ask
|
show
|
jobs
by
Name_Chawps
1190 days ago
Which FP concepts would help here?
1 comments
bedobi
1190 days ago
Prefer functions that return things over void methods, prefer immutability over mutability, prefer pure functions that declare (and require) their dependencies as inputs etc etc.
link