Live data from Hacker News

Viewing profile — mpajunen

mpajunen

HN member
Joined
Tue, Apr 26, 2016, 9:27 PM UTC
HN karma
6
Public activity
4 items

About mpajunen

No profile information was provided.

Recent public activity

  1. comment
    Comment #28840531

    No need to use null for this, undefined works equally well with noImplicitReturns. For example: https://www.typescriptlang.org/play?#code/LAKAZgrgdgxgLgSwPZ...

  2. comment
    Comment #20544336

    I've only been doing this for a little over ten years, not 25. Still, I find that though most problems are indeed quite boring, the solutions don't have to be. It seems there are a…

  3. comment
    Comment #19856142

    Any TypeScript libraries you are using?

  4. comment
    Comment #19105976

    The article makes a valid argument against bad DSLs. But the dsDSL is also declarative so it's not really an argument against declarative programming. Similarly using a native data…