Original Reddit post

working on a side project with a friend and we keep running into the same problem: after a while the repo becomes kind of inconsistent. some files follow one style/pattern, others are written very differently. same with structure or small design decisions. it works, but later when we want to add features it becomes messy and harder to extend. what’s the best way to plan or structure a repo early so this doesn’t happen as much? i’m curious what people do for:

  • keeping code style consistent
  • organizing files/modules
  • making it easier to add features later thanks in advance submitted by /u/Motor_Ordinary336

Originally posted by u/Motor_Ordinary336 on r/ClaudeCode