Live data from Hacker News

Viewing profile — codereview

codereview

HN member
Joined
Tue, Mar 06, 2012, 12:13 PM UTC
HN karma
47
Public activity
18 items

About codereview

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #3831327

    Great points. What not to test is just as important as what to test. If you're interested in learning how to start TDD, Typemock is hosting a free webinar next week introducing TDD…

  3. comment
    Comment #3820957

    This is just one more reason why it's important not to skimp on developer testing, including unit testing (of course they need to include these scenarios in their test cases). Lear…

  4. story
  5. comment
    Comment #3788410

    There's a lot of misconception about tests. If you're interested in how to start unit testing, check out this tutorial on Wednesday: http://j.mp/HPguPs

  6. comment
    Comment #3786882

    My biggest problem is this equates Agile to Scrum, pair programming, and open floor plans. Agile is also dev practices: refactoring, TDD, unit testing, continuous build, etc. Agile…

  7. story
  8. story
  9. story
    Ask HN: How do you convince your bosses to use the right tools?

    How do you convince your bosses to cough it up for the right toolset (whatever that is on your team)? Whether it's an IDE, refactoring, unit testing framework, build server, or wha…

  10. story
  11. story
  12. story
  13. story
  14. story
  15. comment
    Comment #3719841

    Testing is a pain and it takes time. Plus, we don't always even find the bugs. But if you write unit tests or want to start unit testing, Typemock's newest release (released last M…

  16. story
  17. story
  18. story
    Ask HN: How to prevent bugs in your code?

    We're struggling with bugs. Of course they are a reality, but what are some ways to prevent and fix bugs quickly?