Thanks for sharing the tips. Others are: - Use Git or another version control system for all projects, even small ones. - Practice DRY (Don't Repeat Yourself) - Avoid code duplication by creating reusable functions or classes. - I've made it a habit to document as I code. It clarifies my thinking process and ensures that future me, or anyone else, can understand what's going on without a deep dive.
This is good info. Sometimes I use the web interface alongside Cline. This helps if you need to do something with a longer file where the diff edits in Cline can fail. I sometimes paste into Deepseek web interface, then paste back into my editor.
Your Turn Share Your Tips in the Comments 😁
Thanks for sharing the tips. Others are:
- Use Git or another version control system for all projects, even small ones.
- Practice DRY (Don't Repeat Yourself) - Avoid code duplication by creating reusable functions or classes.
- I've made it a habit to document as I code. It clarifies my thinking process and ensures that future me, or anyone else, can understand what's going on without a deep dive.
"Great tips! Thanks for sharing. I'm going to use them when I make another video like this.
This is good info. Sometimes I use the web interface alongside Cline. This helps if you need to do something with a longer file where the diff edits in Cline can fail. I sometimes paste into Deepseek web interface, then paste back into my editor.
That's a great workaround. I'm glad you found a solution!
TDD eats too much tokens.
don't use it unless u have to