Getting Cursor AI to Review Its Own Code

Поділитися
Вставка
  • Опубліковано 22 лис 2024

КОМЕНТАРІ • 29

  • @YifanBTH
    @YifanBTH  Місяць тому +7

    Code review is essential for creating maintainable projects in the long run. Could the next step be agentic code reviews? Would love to see more optimisations from AI code editors.
    Happy Shipping!

  • @hamishirving8813
    @hamishirving8813 29 днів тому +2

    Great video 🙏 I prefer chat over composer for writing code too

  • @dawid_dahl
    @dawid_dahl Місяць тому +2

    Every AI-leveraging-developer should subscribe to this channel!

  • @cohena100
    @cohena100 Місяць тому +3

    Excellent video!
    Can you please give a link to the full text of the code review text?

    • @YifanBTH
      @YifanBTH  Місяць тому

      You can find it here: gist.github.com/yifanzz/84696f5313593a043febd5554134aba8

  • @hamburger--fries
    @hamburger--fries 29 днів тому +2

    Yes - i would like to see your GIT flow as well as your actual work flow for coding a large project. Maybe you could demonstrate with a large code base and use something modern like NextJS or Laravel+InertiaJS/ReactJS.

  • @wadanda
    @wadanda 21 день тому

    Excellent content bro! Keep em coming!

  • @privateytaccount
    @privateytaccount 7 днів тому +1

    Would you be kind enough to share the prompt for the code review? I love your approach and how you cover the criticals that can make or break the use of cursor, thanks so much. I have subbed already.

    • @YifanBTH
      @YifanBTH  6 днів тому

      It's in the video description. You can also find it here: gist.github.com/yifanzz/84696f5313593a043febd5554134aba8

  • @YuriyLvov
    @YuriyLvov Місяць тому +9

    + GIT video ;)

    • @YifanBTH
      @YifanBTH  Місяць тому +1

      The community has spoken!

  • @soyhenryxyz
    @soyhenryxyz Місяць тому +1

    please do an elaborate video to extend your concept of using "mini prompts" to build out features

    • @YifanBTH
      @YifanBTH  Місяць тому

      of course, i've covered most of that in this video :)

  • @rrd_webmania
    @rrd_webmania Місяць тому +1

    I can't wait to try this feature today

  • @jayzehngebot3710
    @jayzehngebot3710 Місяць тому

    Thanks for making these videos.

  • @zw7484
    @zw7484 Місяць тому +1

    Great video!

    • @YifanBTH
      @YifanBTH  Місяць тому

      Glad you enjoyed it

  • @NoCodeFilmmaker
    @NoCodeFilmmaker Місяць тому +1

    Excellent content bro 💪

  • @hakikatsingh6254
    @hakikatsingh6254 28 днів тому

    Git video in detail pleaseeeeee with end to end build (something micro works )

  • @tradingwithwill7214
    @tradingwithwill7214 Місяць тому

    I'd like it to review the code without git or just looking at changes. like a code review after I generate and tweak the app. I'm coding at home for fun right now but i have checked in various projects to github.

    • @YifanBTH
      @YifanBTH  Місяць тому +1

      It will be difficult without some kind of version control. If you codebase is small, you can just pass in the @codebase and let cursor review all of the code.

  • @bodynutrition201
    @bodynutrition201 27 днів тому +1

    Do the git video

  • @afrodiameter
    @afrodiameter Місяць тому +3

    Great walkthrough! I recently discovered Cursor and found your channel. I'd love a video on how you use Git w/ Cursor (or vice versa 🙂)

    • @YifanBTH
      @YifanBTH  Місяць тому +1

      Thanks. You can check out this video first with covers part of it: ua-cam.com/video/h_2eS01a1e0/v-deo.html
      The key is to create a commit after every feature implementation to ensure you always have a good working state to revert back into.