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.
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
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
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
Mastering the Strategy Pattern with a Car Example 🚗⚙️

Mastering the Strategy Pattern with a Car Example 🚗⚙️

6
Comments
2 min read
Thinking about Exceptions

Thinking about Exceptions

2
Comments
2 min read
10 Essential Clean Code Rules for Every Developer

10 Essential Clean Code Rules for Every Developer

Comments
2 min read
Applying Clean Arch in Laravel

Applying Clean Arch in Laravel

Comments 3
3 min read
New Rule for Developers: "4096 Tokens" 😊

New Rule for Developers: "4096 Tokens" 😊

Comments
2 min read
loading...