How do I document a design pattern

How do I document a design pattern?

The following are the major points for describing a pattern.

- Short and meaningful name for the pattern is to be selected.
- Problem description and goals and constraints that may occur in that context is to be identified.
- The participating classes and objects in the design pattern and their structure, responsibilities and their collaborations are to be decided. An abstract description is applied in many different situations are provided by the solution.
- Identify the uses in the real systems and its efficiency.
Localization vs. Internationalization - Java Localization
Localization: The adaptation of a document, product or an application in order to meet the cultural, language and specific location requirements. The location is also known as ‘locale’...
What is Locale class in Java? - Java Localization
The class Locale represents a specific political, geographical or cultural region. The operations that uses Locale is known as ‘locale-sensitive’ for tailoring the information for the user...
What is resource bundles? and usage - Java Localization
A resource bundle is file that has ‘.properties’ extension in Java. It contains the data that is locale specific...
Post your comment