# 100 Tips to Write Clean Code

DevFeed: [100 Tips to Write Clean Code](<https://devfeed.tech/articles/100-tips-to-write-clean-code-26197.md>)

Original publisher: [Read original article](<https://craftbettersoftware.com/p/100-tips-to-write-clean-code>)

Author: Daniel Moka

Published: 2025-09-17T05:03:43Z

Content type: article

Language: en

Sources: [Craft Better Software](<https://devfeed.tech/sources/craft-better-software.md>)

Topics: [clean-code](<https://devfeed.tech/topics/clean-code.md>), [Programming](<https://devfeed.tech/topics/programming.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [clean-code](<https://devfeed.tech/tags/clean-code.md>), [code](<https://devfeed.tech/tags/code.md>), [code-analysis](<https://devfeed.tech/tags/code-analysis.md>), [code-review](<https://devfeed.tech/tags/code-review.md>), [tips](<https://devfeed.tech/tags/tips.md>)

## AI overview

This article presents 100 practical tips for writing clean code that remains readable, testable, and maintainable. The covered guidance includes naming, functions, classes, comments, and commits, with recommendations such as using intention-revealing names, keeping functions concise, limiting class responsibilities, and avoiding side effects.

## Source excerpt

Clean Functions, Classes, Comments, Commits and everything you need to write Clean Code