• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Passed SCJD 364 (91%)

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
General Considerations (maximum = 100): 95 Documentation (maximum = 70): 70 O-O Design (maximum = 30): 15 GUI (maximum = 40): 24 Locking (maximum = 80): 80 Data store (maximum = 40): 40 Network server (maximum = 40): 40

To tell the truth I am very upset with a such result. I don't care about GUI but O-O Design 15 of 30 - this is not the score I was counting on. Why?

There are about 10 packages in my project, ~60 classes. All project classes and interfaces are divided into packages by
functionality. In most cases each package holds public interfaces,
usually one public factory class, public exceptions and a number of
"package-friendly" classes those usually implement public interface(s),
defined in this package. Factory class provides one or more static
methods those instantiate interface implementations. Sometimes I used abstract classes, sometimes inner classes. No code duplication. Java style enumerations. Patterns.. what else?

Anyway thanks to all!
 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WOW!!! Very good Result. Congrats!! Keep Going. What is next?


Rama
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations
 
Ranch Hand
Posts: 172
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats VIctor !!
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations
 
reply
    Bookmark Topic Watch Topic
  • New Topic