Live data from Hacker News

Viewing profile — boyswan

boyswan

HN member
Joined
Thu, May 24, 2018, 3:25 PM UTC
HN karma
9
Public activity
7 items

About boyswan

No profile information was provided.

Recent public activity

  1. comment
    Comment #19097686

    reasonml <3

  2. comment
    Comment #17152386

    I'm only guessing that's because you have prior experience with Ember and are only starting to use react now. I find code written in ReasonML is 100x more maintainable than anythin…

  3. comment
    Comment #17145392

    Similar to flow. JS interop is great, so you can literally change bit by bit and refactor from the inside out.

  4. comment
    Comment #17145277

    Also for your issue with deeply nested options, have a look at this https://medium.com/w3reality/working-with-option-using-maybe...

  5. comment
    Comment #17145245

    Since moving from javascript to reason/ocaml, i'm genuinely nervous about refactoring Js now. Helpful compiler errors are literally life changing, and being able to handle options …

  6. comment
    Comment #17145176

    You forgot the best bit... variants and pattern matching!

  7. comment
    Comment #17144958

    I thought this and was put off at first, but have come to the conclusion that you really don't need redux (I've used it thoroughly for years). We've been converting a large JS reac…