Live data from Hacker News

Viewing profile — pgrizzay

pgrizzay

HN member
Joined
Thu, Mar 03, 2016, 4:02 PM UTC
HN karma
3
Public activity
4 items

About pgrizzay

No profile information was provided.

Recent public activity

  1. comment
    Comment #22817914

    > Partial function application Do you mean like curried functions?

  2. 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…

  3. 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.

  4. 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…