> For the complete documentation index, see [llms.txt](https://omalab.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://omalab.gitbook.io/guide/engineering-wiki/culture/code-best-practices.md).

# Code Best Practices

* Always initialize a class with a hash (named attributes). This way, this class can be extended more easily without having to make any substantive changes to the main messaging model between classes.&#x20;
