Skip to content
Jongmin
Home Tags About
ESC

Type to search posts

No results found

↑↓ Navigate
↵ Open
ESC Close
Home Tags About

— Tag

Clean Code

4 posts

← All tags
Dec 25, 2025

Clean Code Part 4: Concurrency and Refactoring

Advanced clean code topics covering concurrent programming, successive refinement through real-world examples, and the comprehensive list of code smells and heuristics.

Clean Code Software Engineering Best Practices +3
Dec 22, 2025

Clean Code Part 3: Testing and Class Design

Advanced clean code concepts covering boundaries with third-party code, unit testing best practices, class design principles, and system architecture.

Clean Code Software Engineering Best Practices +3
Dec 19, 2025

Clean Code Part 2: Structure and Formatting

Code organization principles from Clean Code. Covers formatting rules, objects vs data structures, and robust error handling strategies.

Clean Code Software Engineering Best Practices +1
Dec 16, 2025

Clean Code Part 1: The Fundamentals

Core principles of clean code from Robert C. Martin's classic book. Covers what clean code means, naming conventions, function design, and the proper use of comments.

Clean Code Software Engineering Best Practices +1

Related

Software Engineering · Best Practices · Robert C. Martin · Refactoring · Concurrency · Testing · TDD