• tatterdemalion@programming.dev
    link
    fedilink
    arrow-up
    15
    ·
    3 days ago

    Yea if you don’t explicitly give it direction on how to keep the code maintainable, it will gladly just spew shit into the same file until you have 10K LOC in it.

    • Rooster326@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      2 days ago

      Claude make me an app that makes me $1 Million/day. Do not make any mistakes. Make the code maintain able.

      Thanks for the tips /s

    • NigelFrobisher@aussie.zone
      link
      fedilink
      arrow-up
      3
      ·
      3 days ago

      To be fair I used to make entire features like this and then get R# to move the classes into separate files at the end. Guess I don’t like to organise too early, before the code has found it’s true form?