Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Can anyone give me opinions on my OOP Java design?

Options
  • 20-03-2013 11:59pm
    #1
    Closed Accounts Posts: 6,075 ✭✭✭


    I have a puzzle that requires the following:
    1. Take a number as input.
    2. Convert that number to its English version.
    3. Display that number.

    I am required to demonstrate the following:
    1. Clear separation of concerns
    2. Well defined objects / interfaces
    3. Application of good OO design principles to solve the problem
    4. No code duplication
    5. Test Driven Development
    6. Well refactored code
    7. Well tested code

    I have designed and written the program and would like people's opinions on my design taking the above 7 points into consideration.

    Would someone be willing to have a look at my code and tell me if it's a good solution?

    I have attached the archive.


Comments

  • Closed Accounts Posts: 6,075 ✭✭✭IamtheWalrus


    Mods: I've moved this to Development. You can close this one.


Advertisement