Live data from Hacker News

Viewing profile — ravicious

ravicious

HN member
Joined
Wed, May 01, 2013, 3:03 PM UTC
HN karma
25
Public activity
11 items

About ravicious

I like ice creams.

Recent public activity

  1. comment
    Comment #14069486

    Flow is quite good, but over half of our React codebase is components connected to Redux or Redux Form and unfortunately there are no Flow types for the versions that we use, so ty…

  2. comment
    Comment #12318413

    >> When giving feedback, some people say that they are brutally honest > As someone who prefers giving and receiving terse feedback... I would suggest that there's nothing wrong wi…

  3. comment
    Comment #11018828

    I left a comment under your post on reddit. For us, JSPM is fast enough and we don't have to run a second server just to serve assets. And, excuse me for saying that, but I found y…

  4. comment
    Comment #11018810

    I think JSPM should stress the part about bundling. It's the second person that I see who says "JSPM is slow" and the reason behind this slowness is that they didn't bundle the fil…

  5. comment
    Comment #10843583

    > The advantages [ClojureScript] has over ES6 fail to make up for the loss of a huge ecosystem… What kind of "loss of a huge ecosystem" did you have in mind? > …and this only seems…

  6. comment
    Comment #10800831

    Maybe instead of creating something entirely new we could improve the existing thing, that is prepend man pages with some examples?

  7. comment
    Comment #10788344

    I still think that by preferring composition over inheritance things are just simpler and you don't have to trouble yourself with super or with before/after calls. Maybe I just hav…

  8. comment
    Comment #9661364

    Okay, now this certainly feels better than my example and is much more bulletproof than prefixing function names with `_`, thanks.

  9. comment
    Comment #9661206

    Sure thing, but could you show an example? Let's say we want the `rename` function be private, this is what I came up with: https://gist.github.com/ravicious/5412eebf8a1934ec7886 I…

  10. comment
    Comment #9660908

    What about private functions? For now I just add `_` in front of their names, but the code would look so much cleaner if I had some kind of a `private` keyword.

  11. comment
    Comment #9635772

    You don't really need a framework, one can get pretty far without it. Look up Facebook's Flux examples[1] to see how they're doing it. [1] https://github.com/facebook/flux/tree/mas…