I'm sure it's very old news by now (especially wit...
# box-products
m
I'm sure it's very old news by now (especially with github copilot having been out for a while now), but I put this prompt into ChatGPT: "write a cfscript component with coldbox handlers for simple crud operations" and it... just. worked. I'm out of my reckoning. I kind of think pair programming with an AI assistant isn't going away
5
g
I am REALLY liking co-pilot. It does a truly AWESOME job. I love the way I can type in "loop" and because the previous lines are about a struct - it produces a loop for structs. Similarly - arrays / lists / etc. And gets all the index / item right... not just in the loop declaration - but in the code IN the loop for accessing the dynamic properties. - its like a "pre" syntax checker...