DEV Community

# cleancode

Principios e praticas para escrever codigo limpo e sustentavel.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Writing Clean Code in Front-end: KISS, DRY, YAGNI, and Beyond

Writing Clean Code in Front-end: KISS, DRY, YAGNI, and Beyond

4
Comments
3 min read
Code Review Best Practices

Code Review Best Practices

1
Comments 1
2 min read
Don't touch the CSS… you'll break everything.

Don't touch the CSS… you'll break everything.

Comments
3 min read
Static x OOP

Static x OOP

Comments
2 min read
Simplicity’s Irony: When inaccurate modeling creates needless complexity

Simplicity’s Irony: When inaccurate modeling creates needless complexity

Comments
6 min read
Entendendo SOLID com Exemplos Práticos em TypeScript: Guia Definitivo 🎯

Entendendo SOLID com Exemplos Práticos em TypeScript: Guia Definitivo 🎯

1
Comments 2
10 min read
🚀 Why Use SonarQube in Your Development Workflow?

🚀 Why Use SonarQube in Your Development Workflow?

1
Comments
2 min read
How to Parse Environment Variables into DTO in .NET: AWS S3 Bucket Example

How to Parse Environment Variables into DTO in .NET: AWS S3 Bucket Example

5
Comments 2
2 min read
The Art of Programming: More Than Just Writing Code

The Art of Programming: More Than Just Writing Code

Comments
3 min read
Interface Segregation Principle in C#: Build Interfaces People Actually Want to Use

Interface Segregation Principle in C#: Build Interfaces People Actually Want to Use

2
Comments 1
2 min read
Streamlining Exception Handling in Spring Boot

Streamlining Exception Handling in Spring Boot

Comments
3 min read
Liskov Substitution Principle in C#: Subclass Without Surprises

Liskov Substitution Principle in C#: Subclass Without Surprises

1
Comments 1
2 min read
I love deleting code

I love deleting code

Comments
1 min read
Java Checkstyle Tool: Enforce Coding Standards with Ease

Java Checkstyle Tool: Enforce Coding Standards with Ease

Comments
3 min read
Open/Closed Principle in C#: Making Your Code Flexible Without Breaking Stuff

Open/Closed Principle in C#: Making Your Code Flexible Without Breaking Stuff

Comments
3 min read
Refactor like a Pro: Enhance Your Code Quality and Maintainability! 🚀

Refactor like a Pro: Enhance Your Code Quality and Maintainability! 🚀

Comments
1 min read
Single Responsibility Principle in C#: Writing Classes That Do One Thing Well

Single Responsibility Principle in C#: Writing Classes That Do One Thing Well

Comments
3 min read
Announcing Kapper 1.2: Cleaner Transactions with Less Boilerplate

Announcing Kapper 1.2: Cleaner Transactions with Less Boilerplate

Comments
2 min read
Graph mess: what does ScottPlot have in store?

Graph mess: what does ScottPlot have in store?

Comments
8 min read
State Pattern na prática - pare de sofrer com lógicas de estado bagunçadas

State Pattern na prática - pare de sofrer com lógicas de estado bagunçadas

Comments
4 min read
Python Tips for Beginners: A Guide to Writing Clean Code

Python Tips for Beginners: A Guide to Writing Clean Code

4
Comments
3 min read
Writing Clean Code in PHP: SOLID Principles Explained

Writing Clean Code in PHP: SOLID Principles Explained

Comments
3 min read
A Deep Dive into Laravel: Str Helper Methods

A Deep Dive into Laravel: Str Helper Methods

1
Comments
2 min read
Naming Conventions

Naming Conventions

Comments
1 min read
Enums in Java: The Key to Cleaner, Safer Code

Enums in Java: The Key to Cleaner, Safer Code

Comments
1 min read
loading...