Viewing profile — mpajunen
mpajunen
HN member- Joined
- Tue, Apr 26, 2016, 9:27 PM UTC
- HN karma
- 6
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About mpajunen
No profile information was provided.
Recent public activity
-
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...
-
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…
-
comment
Comment #19856142
Any TypeScript libraries you are using?
-
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…