DEV Community

Discussion on: Agile Git Integration with GitWorkflows

 
cristinaruth profile image
Cristina Ruth

Oh definitely. They come with overhead themselves. You gotta use them properly.

Using feature toggles does not mean testing goes out the door. You still want to test things before they merge to master. I personally deploy feature branches to test them first before I merge them to master. But we can't test and foresee all problems so it's hard to completely test before merging.