Viewing profile — pgrizzay
pgrizzay
HN member- Joined
- Thu, Mar 03, 2016, 4:02 PM UTC
- HN karma
- 3
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About pgrizzay
No profile information was provided.
Recent public activity
-
comment
Comment #22817914
> Partial function application Do you mean like curried functions?
-
comment
Comment #19213854
FWIW, I wrote up an alternative proposal for hooks that was based on pure functional programming patterns. It's more complex but doesn't resort to the impure functions like hooks w…
-
comment
Comment #19004863
This was the most infuriating part. He either doesn't understand what a hof is, is actively lying, or just hasn't even used typescript long enough to understand this is incorrect.
-
comment
Comment #18306666
Yup! they can be tested separately and introduce a separation of concerns that is much better than a "simple" class that "just has everything in it". (Which usually leads to mounds…