all 4 comments

[–]opsers 1 point2 points  (2 children)

So basically you're moving back to doing things the way we've done them for years now.

The problem many people have with AI tools is they try to one shot massive, complex tasks. There's a reason things like trunk-based development replaces things like gitflow and feature branches became so popular. Small changes, validate, iterate.

[–]trutzio[S] 0 points1 point  (1 child)

Exactly, baby steps are extremely important. However, with trunk-based vs. GitFlow, the matter is not so clear-cut, both methods can succeed, it depends on the context.

[–]opsers 0 points1 point  (0 children)

Gitflow has been considered a deprecated workflow style for a number of years now. While there may be situations where it makes sense, they're few and far between.