DEV Community

# cleancode

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Clean Code: The Art of Self-Documenting Code

Clean Code: The Art of Self-Documenting Code

2 min read
Java Clean Code Tip for Testers: Use try-with-resources Like a Pro

Java Clean Code Tip for Testers: Use try-with-resources Like a Pro

2 min read
Advanced C# Design Patterns: Beyond the Basics

Advanced C# Design Patterns: Beyond the Basics

5 min read
The “Good Enough” Refactor Rule for Fast Teams

The “Good Enough” Refactor Rule for Fast Teams

1 min read
🧼 Help, I Have Clean Code OCD – A Functional Programming Horror Story

🧼 Help, I Have Clean Code OCD – A Functional Programming Horror Story

3 min read
The Power of Dumb Components in Scalable React Apps

The Power of Dumb Components in Scalable React Apps

3 min read
The reductionist theory or Rethinking of .gitignore bloat

The reductionist theory or Rethinking of .gitignore bloat

1
1
5 min read
Traits in PHP – a powerful yet underused tool?

Traits in PHP – a powerful yet underused tool?

2 min read
The 10 Best Lints to Use in Your Flutter Project

The 10 Best Lints to Use in Your Flutter Project

2 min read
Why 100 Lines of Code Can Be Better Than 2

Why 100 Lines of Code Can Be Better Than 2

2 min read
Building a Scalable Folder Structure in Flutter Using Clean Architecture + BLoC/Cubit

Building a Scalable Folder Structure in Flutter Using Clean Architecture + BLoC/Cubit

4 min read
Introducing PHPArchitectureGuardian: Static Analysis for Architecture Compliance

Introducing PHPArchitectureGuardian: Static Analysis for Architecture Compliance

1
3 min read
How to Mock Static Methods With Mockito

How to Mock Static Methods With Mockito

4 min read
Abstract Classes and Interfaces in Java

Abstract Classes and Interfaces in Java

2
2 min read
Lombok Field Iteration: Safer Object Copying in Java

Lombok Field Iteration: Safer Object Copying in Java

6 min read
Building a Custom Hook in React: When and How to Use It

Building a Custom Hook in React: When and How to Use It

3 min read
Premature Optimization

Premature Optimization

4
3
3 min read
The Case for Code Simplicity in the Age of AI

The Case for Code Simplicity in the Age of AI

1
6 min read
Mastering Functional Programming: Immutability, Composition, Pure and Arrow Functions

Mastering Functional Programming: Immutability, Composition, Pure and Arrow Functions

2 min read
Stop Overengineering in the Name of Clean Architecture

Stop Overengineering in the Name of Clean Architecture

1
1
4 min read
Static + Generics = Trouble? Why Your C# Code Smells and How to Clean It Up

Static + Generics = Trouble? Why Your C# Code Smells and How to Clean It Up

1
2 min read
My Top 10 Java Utility Functions You’ll Want to Steal

My Top 10 Java Utility Functions You’ll Want to Steal

5 min read
Flutter Architecture Recommendations and Resource

Flutter Architecture Recommendations and Resource

3 min read
Why Naming Is Hard in Programming (and Why LLMs Struggle Write Real Code)

Why Naming Is Hard in Programming (and Why LLMs Struggle Write Real Code)

5 min read
🍹 Don't Drink the Single Responsibility KoolAid

🍹 Don't Drink the Single Responsibility KoolAid

3 min read
loading...