Software Engineering Team CU Dept. of Biomedical Informatics

Blog

Showing 1 of 17 results
Clear search

2024

2023

Tip of the Week: Linting Documentation as Code

Software documentation is sometimes treated as a less important or secondary aspect of software development. Treating documentation as code allows developers to version control the shared understanding and knowledge surrounding a project. Leveraging this paradigm also enables the use of tools and patterns which have been used to strengthen code maintenance. This article covers one such pattern: linting, or static analysis, for documentation treated like code.

2022