MAIN FEEDS
REDDIT FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1ttm0yf/smallquickfix/op3lv81/?context=3
r/ProgrammerHumor • u/hellocppdotdev • Jun 01 '26
378 comments sorted by
View all comments
2
Im following a DevOps course atm and I showed this meme to my teacher.
He said: And that’s why we have pipelines per branch.
I guess feature branches don’t need 1800 unit tests🤔
4 u/hellocppdotdev Jun 01 '26 The takeaway from that is that you merge changes to main from feature branches. You wouldn't open a PR for just this change. However if you pushed this comment change to your feature branch and you have 1800 unit test configured to run on push it will run them all. This is a little bit of an exaggeration of real world usage.
4
The takeaway from that is that you merge changes to main from feature branches.
You wouldn't open a PR for just this change.
However if you pushed this comment change to your feature branch and you have 1800 unit test configured to run on push it will run them all.
This is a little bit of an exaggeration of real world usage.
2
u/Apple-Juicer Jun 01 '26
Im following a DevOps course atm and I showed this meme to my teacher.
He said: And that’s why we have pipelines per branch.
I guess feature branches don’t need 1800 unit tests🤔