Live data from Hacker News

Viewing profile — ericgunnerson

ericgunnerson

HN member
Joined
Thu, Jun 29, 2017, 7:35 PM UTC
HN karma
29
Public activity
9 items

About ericgunnerson

No profile information was provided.

Recent public activity

  1. comment
    Comment #14668724

    C#. Resharper is a really, really good tool, and I also use NCrunch (a continuous test runner) when I do TDD.

  2. comment
    Comment #14667851

    Original author here. I get your point, but it's not really about not doing TDD right. It's about TDD evangelists - and I used to be one of those - advocating that people should us…

  3. comment
    Comment #14667839

    Original author here... Let me ask you - and by "you", I mean everybody reading this - a question. If you had poor design or refactoring skills, how would you know? Let's just say …

  4. comment
    Comment #14667800

    Original author here... Your writeup mirrors my personal experience, which was why I was such an advocate for so long. But it doesn't mirror my team experience at all. I bought Fea…

  5. comment
    Comment #14666460

    ATDD or design-driven development starts with integration tests first, and can be a great thing if written by the PO, as you can pretty much skip acceptance testing. It addresses a…

  6. comment
    Comment #14666426

    Article author here... I'm pretty much in agreement with everything you wrote here, but I want reply to one thing you mentioned... You somewhat disagreed with, "we know that most d…

  7. comment
    Comment #14666323

    Author here... I have the same issue you have. I luckily work in a language with great refactoring tools, but it's like pulling teeth to get people to use them rather than cut and …

  8. comment
    Comment #14666285

    Author here... This discussion on what happens - or doesn't happen - after the tests are passing is precisely the point of the article. The idea of TDD is that every test you look …

  9. comment
    Comment #14666255

    Author here... I agree that time to market is really important, but when a company is searching for the product that will work, the most important thing that you can have is code t…