--- title: "Personal Coding Style" dimension: personal category: general keywords: - style - preference readMode: optional priority: medium --- # Personal Coding Style ## Preferences - Describe your preferred coding style here - Example: verbose variable names vs terse, functional vs imperative ## Patterns I Prefer - List patterns you reach for most often - Example: builder pattern, factory functions, tagged unions ## Things I Avoid - List anti-patterns or approaches you dislike - Example: deep inheritance hierarchies, magic strings