

51·
1 month agoThis graph is confusing because there are state lines drawn underneath, but it’s not saying by state.
This graph is confusing because there are state lines drawn underneath, but it’s not saying by state.
It’s wild to me. I’ve been in software development for almost 8 years now. The number one thing that we’re told across both companies (one small company and one huge company) is to not remove existing features or APIs.
At the start of COVID, I migrated our three projects to git from VSS. I also wrote a doc for our other teams to do the same. It was amazing once we got it working. Small team of 3, but we started using feature branches which enabled us to easily merge everything into a testing branch and release only certain features at a time. So much cleaner.
Before I left, I almost got semi automatic CI/CD working with Jenkins!