codeinabox@programming.dev to Programming@programming.devEnglish · 3 days ago'AI' Sucks the Joy Out of Programmingalexn.orgexternal-linkmessage-square65fedilinkarrow-up1206arrow-down18
arrow-up1198arrow-down1external-link'AI' Sucks the Joy Out of Programmingalexn.orgcodeinabox@programming.dev to Programming@programming.devEnglish · 3 days agomessage-square65fedilink
minus-squaremesa@piefed.sociallinkfedilinkEnglisharrow-up4·edit-23 days agoI 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.
minus-squarePennomi@lemmy.worldlinkfedilinkEnglisharrow-up1·3 days agoSure, I’ve used that too in the past.
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.
Sure, I’ve used that too in the past.