5 August 2024 by Phillip JohnstonMake things easier for yourself and other developers who work on the project: use consistent names and terminology across all project artifacts. Example Violations PB 560 Power-on Self Tests The PB 560 requirements, service manual, and user manual all refer to “POST”, for power-on self test, which is the standard term. However, all of the references in the code refer to “PUST”, for power-up self test. If you’re looking for the “official” term in the documentation, you will come up largely empty in your source code search. It’s only if you start manually walking through …
Continue reading “Use Names Consistently”
