you are viewing a single comment's thread
view the rest of the comments
[–] 20 points 9 months ago (1 child)

I'd rather use some tool bundled with the framework that outputs code that is up to the current standards and patterns than a tool that will pull defunct patterns from it's training data, make shit up, and make mistakes that easily missed by a reviewer glazing over it

  • source
  • parent
  • hideshow 2 child comments
  • [+] 4 points 9 months ago* (last edited 4 weeks ago) (2 children)
  • [–] 4 points 9 months ago* (1 child)

    I just use https://github.com/cookiecutter/cookiecutter and call it a day. No AI required. Probably saves me a good 4 hours in the beginning of each project.

    Almost all my projects have the same kind of setup nowadays. But thats just work. For personal projects, I use a subset-ish. Theres a custom Admin module that I use to make ALL classes into Django admin models and it takes one import, boom done.

  • source
  • parent
  • hideshow 2 child comments