Slashdot Mirror


User: jeksmith

jeksmith's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:I tried too.. on Why We Refactored JUnit · · Score: 1
    >I am pretty sure that the elegant design used in JUnit could have been refactored quickly to do what those guys wanted...

    I'm not so sure. I extended JUnit last year for our functional automated test system. While I agree that JUnit is understandable using Design Patterns, I found it tougher to extend than I originally expected. From the Conclusion of A Cook's Tour:
    "There is a high pattern "density" around TestCase, which is the key abstraction of JUnit. Designs with high pattern density are easier to use but harder to change."