Code quality

Last reviewed

February 6, 2025

Last modified

March 25, 2025

“Everyone knows that debugging is twice as hard as writing a program in the first place. So if you’re as clever as you can be when you write it, how will you ever debug it?”

Brian W. Kernighan

The quality of your research software plays a crucial role in its reliability, maintainability, and scalability. Writing clean code means developing code that is easy to read, understand - not for just you, but for others as well. Well-structured code simplifies debugging and allows for future modifications and extensions, ensuring your software remains useful and adaptable over time.

Code Style

Conventions and guidelines used to write and format code.

Refactoring

Restructuring existing code without changing its external behavior.

Code Smells

Symptoms of poor code quality that can indicate deeper problems.

Online services

Services that provide code quality analysis.