Tag

Bad Practices

1 views collected around this technical thread.

Code Mala Tang
Code Mala Tang
Dec 24, 2024 · Frontend Development

9 TypeScript Bad Habits to Break for Cleaner, Safer Code

This article lists nine common TypeScript pitfalls—such as disabling strict mode, misusing the || operator, overusing any, and vague generic names—and explains the correct practices and reasons to adopt them, helping developers write more maintainable and type‑safe code.

Bad PracticesTypeScriptcode quality
0 likes · 5 min read
9 TypeScript Bad Habits to Break for Cleaner, Safer Code
Architect's Guide
Architect's Guide
Feb 6, 2024 · Backend Development

12 Counterproductive Coding Practices Illustrated by the Fictional Programmer “Er Gou”

The article humorously lists twelve detrimental coding habits—such as over‑splitting microservices, writing excessively long methods, nesting deep conditionals, random variable names, misleading comments, copy‑pasting code, ignoring logs, and reinventing wheels—that reduce code readability and increase maintenance difficulty.

Bad PracticesMicroservicescode quality
0 likes · 11 min read
12 Counterproductive Coding Practices Illustrated by the Fictional Programmer “Er Gou”
Top Architect
Top Architect
Jun 9, 2022 · Fundamentals

How to Write Unmaintainable Code: A Satirical Guide for Developers

This tongue‑in‑cheek article lists a series of deliberately bad coding practices—ranging from confusing naming conventions and deceptive comments to abusive design choices and omitted testing—intended to illustrate how developers can make their software virtually impossible to maintain.

Bad PracticesJavacode anti-patterns
0 likes · 14 min read
How to Write Unmaintainable Code: A Satirical Guide for Developers
Top Architect
Top Architect
Sep 21, 2021 · Fundamentals

How to Write Unmaintainable Code: A Satirical Guide by a Top Architect

This tongue‑in‑cheek guide enumerates a series of anti‑patterns—from confusing naming and deceptive comments to absurd design choices and neglect of testing—intended to illustrate how developers can deliberately produce code that is extremely hard to maintain.

Bad PracticesJavacode anti-patterns
0 likes · 13 min read
How to Write Unmaintainable Code: A Satirical Guide by a Top Architect
Full-Stack Internet Architecture
Full-Stack Internet Architecture
May 12, 2021 · Backend Development

21 Counterproductive Practices That Can Destroy a Software Team

The article lists twenty‑one harmful programming habits—such as reinventing wheels, overusing design patterns, skipping testing, ignoring monitoring, and avoiding proper architecture—that can cripple a development team and serve as a warning for engineers seeking better practices.

Bad PracticesDevOpsanti-patterns
0 likes · 6 min read
21 Counterproductive Practices That Can Destroy a Software Team
Qunar Tech Salon
Qunar Tech Salon
Apr 7, 2016 · Fundamentals

9 Bad Programming Habits We Secretly Love

The article humorously explores nine commonly discouraged programming habits—such as using goto, avoiding documentation, cramming code onto one line, omitting type declarations, and redefining operators—explaining why developers sometimes break rules and how these practices can affect code readability, maintainability, and performance.

Bad Practicescode qualitycoding style
0 likes · 14 min read
9 Bad Programming Habits We Secretly Love