2 comments

  • manidoraisamy 2 hours ago

    The ones that are gone are comments/documentation in code, unit testing, design patterns, datamodel/db design. I am happy documentation is gone. But I miss design, especially db design. AI generates SQL/code with no regard for backward compatibility or future maintenance.

      dhruv_ahuja 7 minutes ago

      I see. Do you have any examples where the design was just egregious?

      From my experience generating db models/SQL schema at my last job, it did a fine job based on existing patterns and the outlined requirements. Point to note, we did optimise our AI prompts and LLM rules a lot, to the point we were able to get end to end unit tested, functional PRs out rather quickly