- cross-posted to:
- programmerhumor@lemmy.ml
- cross-posted to:
- programmerhumor@lemmy.ml
102 times
Why 102? Isn’t it 0-100?
He already said it once
Wow that went over my head haha
If they have eggs, get a dozen.
You should always check https://xkcd.com/1205/ first to see if it makes sense to automate something
Let’s say it takes half a second to copy/paste and submit the message. That’s 50 seconds saved, round it to one minute. You’re only doing it once, so let’s cross over to yearly. According to the Munroe Automation Scale, you can spend up to 5 minutes on it.
I’d say that code took about 1 minute to write. Maybe 2.
Result: do the automation.
Reason 5: she doesn’t exist and you’re bad at cropping
- Using Java
Twitter PR review
I’ll do you one better
function* sorry() { yield "I'm sorry"; }
Call sorry.next().value as many times as you need to baby, hell you can even use it in a for-of loop because Generator functions are Iterable. I fucking love JavaScript