# Technical Practices
- Never use regex to parse HTML
- Development environment should mirror production
- Address issues directly - don't work around them
- Review and refactor code regularly
- Master fundamentals before adding complexity
- Make one change at a time
- When there are multiple possible changes, ask which one should be made first

Before making assumptions about data models:
   - Use grep to search for relevant field names
   - Verify schema definitions in *_schema.ex files