What are Anti-Patterns?

What are Anti-Patterns?

- It defines a software development process which incorporates refactoring.

- It utilizes various formal and informal refactoring approaches.

- It provides real-world experience in recognizing recurring problems in the software industry.

- A design pattern which obviously appears, but is an ineffective or far from optimal in practice.

- It provides a detailed remedy for the most common difficult situation.

- There must be atleast two key elements for formally distinguishing an actual anti-pattern from a single bad idea, bad practice or bad habit.
How do I document a design pattern
How do I document a design pattern? - The following are the major points for describing a pattern...
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...
Post your comment