5 Tips to Generate PERFECT Code Every Time - Unlock AI’s Full Power

Поделиться
HTML-код
  • Опубликовано: 16 янв 2025

Комментарии • 7

  • @Codewello
    @Codewello  День назад +1

    Your Turn Share Your Tips in the Comments 😁

  • @victor144
    @victor144 День назад +1

    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.

    • @Codewello
      @Codewello  22 часа назад +1

      "Great tips! Thanks for sharing. I'm going to use them when I make another video like this.

  • @Ava-ph9vv
    @Ava-ph9vv День назад +1

    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.

    • @Codewello
      @Codewello  22 часа назад

      That's a great workaround. I'm glad you found a solution!

  • @cariyaputta
    @cariyaputta День назад +3

    TDD eats too much tokens.

    • @Codewello
      @Codewello  День назад +1

      don't use it unless u have to