Live data from Hacker News

Viewing profile — lazarljubenovic

lazarljubenovic

HN member
Joined
Tue, Mar 14, 2017, 5:41 PM UTC
HN karma
19
Public activity
14 items

About lazarljubenovic

No profile information was provided.

Recent public activity

  1. comment
    Comment #27673014

    Parsing human-readable strings is application-specific. It's good that this is kept in userland. Not matter how they do it, it's not going to work for at least 50% of use-cases. It…

  2. comment
    Comment #22355300

    I never understood the concept of 10x apart from it being a (misused) meme. For (almost) every developer you can find one that will do "the thing" a few times faster and one that w…

  3. comment
    Comment #22280420

    jspaint.app ftw

  4. comment
    Comment #22211034

    > the list of such difficult issues is practically infinite Precisely. No matter how good a language is, you can always say "but it doesn't do xyz". If you want to replace the huma…

  5. comment
    Comment #22210428

    You obviously never wrote TypeScript with strict flag turned on. It does control flow analysis, not just typo checking.

  6. comment
  7. comment
    Comment #19388440

    We should also ban kitchen knives because users have repeatedly stabbed themselves in the eye.

  8. comment
    Comment #18111130

    > If you had to depend on a teacher to expose you to the books you should read, what about the rest of your career? It's a kick start. You depend on the school to teach you other b…

  9. comment
    Comment #18110123

    If it's a primitive type, yes. Throw in a union, a generic, or a conditional and everything blows up.

  10. comment
    Comment #18106771

    > Vue itself wasn't too bad to get going with TS Last time I tried, there wasn't any support for type check across component boundaries (props, events). Did something change? A dea…

  11. comment
    Comment #18106709

    This was the only thing stopping me from using it in larger projects. Can't wait to see how it plays. Hopefully the class-based interface has no weird object notation (methods, pro…

  12. comment
    Comment #18104523

    > You can learn that from a book. And I did read it from a book, when someone from University introduced me to the book and explained it to me in short firstly so I can grasp it mo…

  13. comment
    Comment #18102596

    Was just about to say that after reading for a minute I understood nothing about the material. It was just a random array of buzzwords.

  14. comment
    Comment #18051302

    Do you happen to know of a TypeScript/JavaScript equivalent?