Oh, sadly, when I say "regression testing" I mean testing performed manually by the testers. Currently, we have no tests that test functionality between UI widgets and their consumers.I would consider regression testing even if you haven't made any changes. We have ours setup to continuously run regardless of commits. Helps expose rare errors like leaks or crashes. Does make a heavier load for test review though.
How would you Nuke your workspace unless you delete it?I'm still mixed.
git is excellent once you have gotten through the learning curve... but stuff like Perforce has no learning curve.
My biggest problem with git is while you are learning it is VERY easy to accidentally nuke your workspace.
I guess, in all of my training it was "do these steps" and it was all gravy until we did our own weird shitYou can do some weird shit to detach and it gets super complicated to get your workspace back in order. If I do something fucked in Git I usually just nuke and checkout.
I guess, in all of my training it was "do these steps" and it was all gravy until we did our own weird shit
Like I said previously we don't use git hereThats the thing. Defense Contractors do one thing well. Training.
Everyone else is like LOL we cant spend a week teaching someone. Here is a shit wiki and YOLO.