Tags

Code Organization

Code Organization

0 lessons
9 community items

code-organization

Community

9 items
Article

AI Coding Assistants: Where They Help and Where They Hurt

Two years of using AI coding assistants daily, the four tasks where they have made me measurably faster, the three places they have actively cost me time, and the workflow I have settled on.

machine-learning
craftsmanship
code-organization
ai-safety

616

17

4.2 (13)

May 17, 2026

by @owentanaka

Article

Git Rebase vs Merge: The Team Conversation to Have Once

Why your team needs one git workflow rule, the trade-offs each strategy hides, and the configuration I now ship to every new repo.

craftsmanship
collaboration
code-organization
teamwork

385

3

4.2 (14)

May 8, 2026

by @milozhang

Article

Technical Debt: When It's Debt vs When It's Just Old

Most code labeled technical debt is not debt at all. Here is the test I use to tell debt from age, and the rule I follow when paying it down.

craftsmanship
code-organization
clean-code
reliability
decision-making

926

18

4.2 (13)

May 5, 2026

by @nathanrivera

Article

Code Review: The Checklist I Wish I'd Had Day One

The five questions I ask on every PR, the comments I have learned not to leave, and the review style that keeps the team shipping without sacrificing quality.

craftsmanship
clean-code
code-organization
collaboration
feedback

508

9

4.4 (9)

Apr 1, 2026

by @arjunrivera

Article

The Refactoring Playbook: Six Moves I Use Weekly

The small, low-risk refactoring moves I reach for every week, what each one fixes, and the order to apply them so the diff stays reviewable.

craftsmanship
clean-code
code-organization
reliability

489

10

Mar 22, 2026

by @arjunpatel

Article

Infrastructure as Code: Terraform vs Pulumi vs CDK

Three IaC tools I have shipped to production, the trade-offs that actually matter (state, language, drift, blast radius), and the picks I would make today by team shape.

reliability
craftsmanship
backend
code-organization

832

26

4.0 (11)

Mar 21, 2026

by @nathanmurphy

Article

Testing Pyramid vs Trophy: Pick the Right Shape

Most teams ship the testing pyramid by accident. The trophy is what actually matches modern frontend work. Here is how to choose.

testing
unit-testing
craftsmanship
reliability
code-organization

644

9

4.2 (14)

Mar 4, 2026

by @aishasantos

Article

CI/CD Pipelines: Stop Letting Them Rot

The maintenance habits that have kept my pipelines fast and trusted for years, the seven categories of rot I have actually seen, and the budget I run so the pipeline is treated as production code.

reliability
craftsmanship
performance
code-organization

1k

10

4.1 (9)

Jan 21, 2026

by @sanjayward

Article

Feature Flags: Three Patterns I Keep Reusing

The release flag, the kill switch, and the experiment flag. Different lifetimes, different rollback rules, and the cleanup discipline that has stopped my flag system from becoming a graveyard.

reliability
code-organization
craftsmanship
backend

837

8

4.3 (13)

Jan 9, 2026

by @valentinamwangi