DEV Community

Discussion on: Throwing code over a different fence

Collapse
 
codemouse92 profile image
Jason C. McDonald • Edited

Regarding pushing bugfixes to prod, two things:

1) Our deployment speed is limited by the fact most of our team works only a few hours a week (side effect of being a work-for-shares startup). The pipeline is actually really fast given a full-time team, but we don't have that yet. Someday!

2) There are exceptions. "Oh crap, there's a broken link in the README" could go through code review, but you're wasting everyone's time at that point. Ergo, git push origin master.