If you are planning on reusing your classes you would be well advised to run some sort of unit test on them to ensure their functionality.
Remember a good test is written directly from the specification of what the class should do not from knowledge of what the class does do.
Remember a good test is written directly from the specification of what the class should do not from knowledge of what the class does do.
Comment