Skip to main content

6 docs tagged with "clean-code"

View all tags

Comments

While comments can be incredibly useful, they can also clutter your code if not used wisely. Often reviewers overlook comments as they seem to ease their review job.

Naming

Naming a variable or module or function is the hardest job, especially when you realize how incredibly important it is

SOLID Principles

Design principles intended to make software designs more understandable, flexible, and maintainable. It's that simple

Why do we need clean code?

- Clean code is straightforward to read and understand, making it simpler for anyone to work with, including AI models.