this post was submitted on 16 Oct 2024
30 points (100.0% liked)
Programmer Humor
19694 readers
76 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
At least for all the things I've worked on 10 minutes are considered unbearable. 20 means it'll be forgotten because a new task has been started.
What do you while waiting for the CI? Practice fencing?
Anti Commercial-AI license
This one in particular takes around an hour to run. It deploys a bunch of resources to Azure and runs a all of our integration tests. It does a complete wipe and redeploy each time, so it takes a while. Fortunately, this pipeline is only run as a final test before prompting to production, so normally I only run it once a month or so. While it's running I'll work on my pull requests, release notes, closing user stories, etc.