> For the complete documentation index, see [llms.txt](https://www.logeshpaul.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.logeshpaul.com/wiki/code/programming.md).

# Best Practices

## Programming Notes

* In software engineering there are two things you are trying to get right:
  * Software Validation - Did we build the right thing?
  * Software Verification - Did we build the thing right?
* Software simplicity is a prerequisite to reliability.
* A small, simple API is usually also a hallmark of a well-understood problem.
