Live data from Hacker News

Viewing profile — duarose

duarose

HN member
Joined
Mon, Nov 04, 2013, 1:56 PM UTC
HN karma
16
Public activity
4 items

About duarose

No profile information was provided.

Recent public activity

  1. comment
    Comment #31465686

    This sounds very similar to the Mikado Method: https://www.manning.com/books/the-mikado-method ? Edit: rephrased to be more passive

  2. comment
    Comment #7867970

    I don't know Swift, but ... use a vector?

  3. comment
    Comment #7743129

    To those saying "it was the dealers, not Audi" I would say that becoming a dealer (in the UK at least) for a brand like Audi is not a simple matter of just applying to stick the Au…

  4. comment
    Comment #7464824

    Of course, StringUtils is not in the core API; the first idiom "foo".equals(bar) works in Java everywhere, StringUtils.equals("foo", bar) will only work in projects that pull in or…