Skip to main content

Posts

Showing posts from August, 2008

Unit testing

Unit testing is extremely useful. I'm working through this excellent guide : Pragmatic Programmer: Unit Testing in Java with junit I have yet to find any good websites for junit, but the book is great. I've had a lot of success in some small projects, using NetBeans 6.1 to generate empty tests for each class member. Then you go and fill them in. It's helping me to refresh my memory about the code and great to think of new ways to test the code and new ways to write the code.

Finding good Java forums

I've found these so far, I'd like to find more. It's always so useful to read and follow an interesting thread on Java programming, you learn from the discussion and the examples given. Java.net forums Sun Forums TheServerSide discussions BrainJava JavaRanch: Big Moose Saloon JavaLobby.org Update: Artima: Java Answers Forum JavaGaming.org