|
|
|
|
|
by verifex
374 days ago
|
|
Some of my favorite things to use AI for when coding (I swear I wrote this not AI!): - CSS: I don't like working with CSS on any website ever, and all of the kludges added on-top of it don't make it any more fun. AI makes it a little fun since it can remember all the CSS hacks so I don't have to spend an hour figuring out how to center some element on the page. Even if it doesn't get it right the first time, it still takes less time than me struggling with it to center some div in a complex Wordpress or other nightmare site. - Unit Tests: Assuming the embedded code in the AI isn't too outdated (caveat: sometimes it is, and that invalidates this one sometimes). Farming out unit tests to AI is a fun little exercise. - Summarizing a commit: It's not bad at summarizing, at least an initial draft. - Very small first-year-software-engineering-exercise-type tasks. |
|
Having said that I still lean heavily on AI to do my styling too these days.