6 ms·
The worst programmer I know literally could not go a day without either checking in code that did not compile or saying something creepy and sexual in a large o
by failrate 1y ago
The worst programmer I know literally could not go a day without either checking in code that did not compile or saying something creepy and sexual in a large open plan office, and we all worked together to get them fired.
- SJC_Hacker 1y agoThe first problem can be fixed by CI/CD, and proper branching strategies. Each IC should have their own branch, then PR into appropriate branch Have no idea on the second, other than a visit from HR.
- failrate 1y agoI was the ci/cd guy. I am not exaggerating when I say this person's code just would not compile and they would not test locally.
- SJC_Hacker 1y agoAn intermediate state on their own branch maybe not such a big deal. But did they regularly initiate pull requests on on broken branch ?
- failrate 1y agoP4, not git.
- SJC_Hacker 1y agoI've never used perforce but it seems git can this problem at least
- SJC_Hacker 1y agoMean to say git can fix this problem