Essence : Java Glossary

*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)

Essence
A design pattern to help avoid kitchen sink constructors with large numbers of parameters.

You have a separate class (the essence) which has a no-argument constructor and can be initialised incrementally, with setXXX methods, and then when you’re done you can make your product object in one step; you can piggyback validity checks on the final creation step. This avoids the problem of having invalid half-initialised objects floating about. The objects don’t graduate and go out into the world until they have passed the final exam and been transformed from students into graduates. Half-baked students can’t accidentally be treated as graduates.


This page is posted
on the web at:

http://mindprod.com/jgloss/essence.html

Optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\essence.html
Canadian Mind Products
Please the feedback from other visitors, or your own feedback about the site.
Contact Roedy. Please feel free to link to this page without explicit permission.

IP:[65.110.21.43]
Your face IP:[18.219.112.111]
You are visitor number