Tuesday, August 4, 2009

Make your code rebust and professional

I learned about how to divide code into components and how thinking little before coding helps in good design and fast work.

Using logger module and using separate error module in the system helps in making code good.
Use a file like errorConstants and define all the error messages in a hashmap.

Define this hashmap as a static object. Declare a custom exception and define some constructor

To be completed later....

No comments:

Post a Comment