Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Can anyone give me opinions on my OOP Java design?

  • 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