cleancode共24篇
Wednesday Links - Edition 2024-12-25-拾光赋

Wednesday Links – Edition 2024-12-25

Wednesday Links - Edition 2024-12-25, Wednesday Links (232 Part Series) 1 Wednesday Links - Edition 2020-05-27 2 Wednesday Links - Edition 2020-06-03 ... 228 more parts... 3 Wednes...
kity的头像-拾光赋kity21天前
0507
Como Melhorar seu Código Java: 7 Boas Práticas e Padrões de Desenvolvimento-拾光赋

Como Melhorar seu Código Java: 7 Boas Práticas e Padrões de Desenvolvimento

Como Melhorar seu Código Java: 7 Boas Práticas e Padrões de Desenvolvimento,Uma das coisas mais comuns (ou deveria ser) quando estamos desenvolvendo um projeto é se perguntar, ...
kity的头像-拾光赋kity2个月前
04115
Gestion des Exceptions en Java : Guide Complet-拾光赋

Gestion des Exceptions en Java : Guide Complet

Gestion des Exceptions en Java : Guide Complet,Les exceptions en Java sont une partie cruciale de la programmation robuste. En effet, elles permettent de gérer les erreurs de mani...
kity的头像-拾光赋kity2个月前
0517
Best Way to Replace Duplicated Request Parameters in Spring Boot-拾光赋

Best Way to Replace Duplicated Request Parameters in Spring Boot

Best Way to Replace Duplicated Request Parameters in Spring Boot, Article moved: https://medium.com/@mammadyahya/best-way-to-replace-duplicated-request-parameters-in-spring-boot-20...
kity的头像-拾光赋kity3个月前
0429
Understanding Object Calisthenics: Writing Cleaner Code-拾光赋

Understanding Object Calisthenics: Writing Cleaner Code

Understanding Object Calisthenics: Writing Cleaner Code,In software development, adhering to clean code practices is essential to creating maintainable, scalable, and efficient app...
kity的头像-拾光赋kity3个月前
0365
Demystifying CPF and CNPJ Check Digit Algorithms: A Clear and Concise Approach-拾光赋

Demystifying CPF and CNPJ Check Digit Algorithms: A Clear and Concise Approach

Demystifying CPF and CNPJ Check Digit Algorithms: A Clear and Concise Approach,I vividly rememeber my first encounter with the CPF (Brazillian ID) validation algorihm during my und...
kity的头像-拾光赋kity4个月前
02313
Ruby Class Syntax-拾光赋

Ruby Class Syntax

Ruby Class Syntax,Ruby's class and object syntax is beautiful. Python's can get gangly for large projects, and Java's is excessively verbose. 原文链接:Ruby Class Syntax
kity的头像-拾光赋kity2年前
0466
Reducing Coupling in Software Development: Strategies for Cleaner Code-拾光赋

Reducing Coupling in Software Development: Strategies for Cleaner Code

Reducing Coupling in Software Development: Strategies for Cleaner Code,Coupling refers to the degree of dependency between different components or modules within a codebase. High c...
kity的头像-拾光赋kity2年前
02212
Software Design Principles: Single Level of Abstraction-拾光赋

Software Design Principles: Single Level of Abstraction

Software Design Principles: Single Level of Abstraction,Single Level of Abstraction (SLA) is a software design principle that emphasizes the importance of having expressions at the...
kity的头像-拾光赋kity2年前
0439
Keep your code well organized. How I structure my web project-拾光赋

Keep your code well organized. How I structure my web project

Keep your code well organized. How I structure my web project,Article originally posted on my personal website at How to organize your web project It is easy to get carried away an...
kity的头像-拾光赋kity4年前
0267
Clean Code-拾光赋

Clean Code

Clean Code,Photo by Scott Umstattd on Unsplash Today I wanted to talk about clean code since we closed last week our SOLID series, I thought it would be perfect if I continued writ...
kity的头像-拾光赋kity4年前
02412
Revisiting the D in SOLID-拾光赋

Revisiting the D in SOLID

Revisiting the D in SOLID,Photo by Pavel Nekoranec on Unsplash This is a continuation of the SOLID. In the last post, I covered the I and now we will be continuing with the last D....
kity的头像-拾光赋kity4年前
0219