Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Auszug
hiddentrue

Nuclos bad programming: anti-pattern, code duplication, nesting, maintainable, refactoring.

globe with meridians Language: Deutsch · English

open book Example of bad programming:

Anti-pattern – unmaintainable, duplicated and nested Java code as a negative example.

Status
colourGrey
titleReferenz
Status
colourBlue
titleDeveloper
Status
colourGreen
titleStand: Jul 2026
Status
colourGrey
titlegilt fuer Nuclos 4.2026.x

Warnung
titleNegative example

An anti-pattern: duplicated code, deep nesting and unclear responsibilities make this code hard to maintain and error-prone.

Codeblock
languagejava
Wie man es richtig macht

The cleaned-up version: How to do it right.

Related pages

gear How to do it right:


Solution.

Öffnen →