Tag

software anti-patterns

0 views collected around this technical thread.

macrozheng
macrozheng
Jul 13, 2024 · Backend Development

12 Coding Anti‑Patterns That Destroy Readability (And How to Avoid Them)

The article lists twelve harmful coding habits—from over‑splitting microservices and writing massive methods to ignoring logs and reinventing the wheel—that dramatically reduce code readability and increase maintenance difficulty, illustrating each with real‑world consequences.

Backend DevelopmentJavacode quality
0 likes · 12 min read
12 Coding Anti‑Patterns That Destroy Readability (And How to Avoid Them)
Architecture Digest
Architecture Digest
Apr 21, 2024 · Backend Development

12 Coding Anti‑Patterns That Reduce Readability and Increase Maintenance Difficulty

The article enumerates twelve common coding anti‑patterns—such as over‑splitting microservices, writing excessively long methods, deep nesting, random variable names, misleading comments, copy‑paste code, ignoring logs, and over‑engineered solutions—that dramatically hurt code readability, maintainability, and team productivity.

Backend Developmentcode qualitymicroservices
0 likes · 11 min read
12 Coding Anti‑Patterns That Reduce Readability and Increase Maintenance Difficulty
Java Architect Essentials
Java Architect Essentials
Nov 24, 2023 · Fundamentals

12 Coding Practices That Reduce Code Readability

The article lists twelve common coding anti‑patterns—such as over‑splitting microservices, writing excessively long methods, deep nesting, misleading comments, copying code, ignoring logs, and building unnecessary frameworks—that hurt readability and increase maintenance difficulty.

Best PracticesCode readabilitymicroservices
0 likes · 11 min read
12 Coding Practices That Reduce Code Readability
Top Architect
Top Architect
May 10, 2023 · Fundamentals

How to Write Unmaintainable Code: A Satirical Guide to Bad Programming Practices

This tongue‑in‑cheek article lists a series of deliberately harmful coding techniques—from confusing variable names and deceptive documentation to over‑engineered designs and absent testing—illustrating how to make software virtually impossible to maintain.

Javabad coding practicescode maintainability
0 likes · 14 min read
How to Write Unmaintainable Code: A Satirical Guide to Bad Programming Practices
Java Captain
Java Captain
Sep 19, 2021 · Fundamentals

How to Write Unmaintainable Code: A Satirical Guide

This tongue‑in‑cheek article enumerates a series of deliberately harmful programming practices—from confusing naming conventions and deceptive comments to excessive abstraction, misuse of inheritance, and avoidance of testing—intended to make code virtually impossible to understand, maintain, or debug.

Javacode obfuscationcoding practices
0 likes · 14 min read
How to Write Unmaintainable Code: A Satirical Guide