- Keep code D.R.Y (Don't Repeat Yourself) to avoid code duplication and improve readability.
- Use meaningful variable names that can be read by a human easily.
- Prioritize adding logs and having the developer run the code locally to debug issues if you don't know the answer.