Some C habits I employ for the modern day
Summary
A personal set of C programming habits focusing on explicit types (C23), parse-don’t-validate philosophy, and safer API design with sum-like pattern structs. Includes guidance on typedef conventions, tuples, and cautious use of dynamic memory, highlighting maintainability and safety in C projects.