- Specifically the correct order of functions
- Most likely there is absolutely no reason to add a comment
- If there is, it's probably a sign that the code is not clear
- str keys are red
- Use pydantic models instead
- If you are not sure, ask the user
- If you don't know the library, do the research
- Make sure quality of moved code is at least as good as the original
- Follow all these rules
- Every time, all the time
- If it's hard, ask me how to solve it
- Use the simplest approach that works
- Question whether each line adds value or just complexity