Live data from Hacker News

Viewing profile — tdestan

tdestan

HN member
Joined
Tue, Oct 07, 2014, 11:47 PM UTC
HN karma
24
Public activity
11 items

About tdestan

No profile information was provided.

Recent public activity

  1. comment
    Comment #18963111

    I think what they're arguing is that since most engineers don't use the algorithmic knowledge on a day-to-day basis (and are thus likely to be rusty), the time they'd need to spend…

  2. comment
    Comment #13928127

    I think the target use case is an existing JS library that you want to use from an OCaml/Reason program but don't want to port... OK maybe this is a very narrow use case.

  3. comment
    Comment #13836450

    Depends. Based on my hazy memory of C#, if id is a struct/value type it is copied, but if it is a class type, there's nothing preventing the method call from mutating it. Which is …

  4. comment
    Comment #13836409

    Did you read far enough to see the tuple return value syntax? var (first, middle, last) = LookupName(id1); Seems like what you're suggesting, no?

  5. comment
    Comment #13575304

    > Stroustrup is right, there are languages that people complain about, and languages that no-one uses. This quote has always struck me as an intellectually lazy cop out to avoid en…

  6. comment
    Comment #12207695

    >If what you are doing is old news and part of an active "enterprise-y" code process, then it does reduce friction. Otherwise, it can be a source of friction unto itself. I don't u…

  7. comment
    Comment #12207678

    In principle, I don't see why they should have to be. Given an extensible editor and sufficient blood and sweat, you ought to be able to build anything. But in practice, the best r…

  8. comment
    Comment #9601969

    This is like attempting to counter a proposed rule/guideline of program design by saying, "You should always use the best tool for the job." While technically true, it doesn't say …

  9. comment
    Comment #9468439

    > ... and I'm even including Visual Studio itself in this mix, since an IDE that needs extra investments into ReSharper is not that good in my opinion. That's a fair point, but eve…

  10. comment
    Comment #9468332

    In SVN there really is no technical difference between a tag and a branch IIRC, although their intended usages are different, as you say.

  11. comment
    Comment #9462586

    If it supports any form of semantic completion (i.e. Intellisense) , that would be a reason. I'm still not sure from reading the article if that's the case, though.