Viewing profile — codereview
codereview
HN member- Joined
- Tue, Mar 06, 2012, 12:13 PM UTC
- HN karma
- 47
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About codereview
No profile information was provided.
Recent public activity
- story
-
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…
-
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…
- story
-
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
-
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…
- story
- story
-
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…
- story
- story
- story
- story
- story
-
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…
- story
- story
-
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?