• tatterdemalion@programming.dev
    link
    fedilink
    arrow-up
    13
    ·
    17 hours 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.

    • NigelFrobisher@aussie.zone
      link
      fedilink
      arrow-up
      3
      ·
      16 hours 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?