© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Aaron Cohen
Another reason to use pointers is if one method of the API uses a pointer. Best practice is then to have all methods take pointers even if not necessary. That decreases cognitive load on your API consumers.