Fails to consider the case in which the 2-year-old sister is now male.
Programmer Humor
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
So by this definition testers are annoying due to being super pedantic and precise.
Disagree, I think programmers are annoying in exactly the same way.
Really have to start with a definition of "now"
Didn't even consider leap years. Smh
That's the customer answer, where they give an age in leap years, and everything goes to pot.
Based on the only comparison we have, the OP is twice the age of their sister. so the sister is now 44/2, or 22. Easy problem.
Based on the only information we have, OPs sister is two. So the sister is 2. Trivial.
You could also simplify by saying that assuming neither of them are dead, at some point while he is 44 she will be 42. Whether or not she is actually his sister seems to be irrelevant, she was stated to be his sister, so regardless of biological data, it is being presented as a fact assumption.
The space stuff is not currently possible and can be disregarded as well.
import birthday;
let myAge1 = 4;
let sisterAge1 = 2;
let myAge2 = 44;
let sisterAge2 = birthday.deriveAge(myAge1, sisterAge1, myAge2);
print(sisterAge2);
Any bugs should be reported upstream. Please open a tracking issue to sync changes with eventual upstream fixes.
The API has the wrong abstraction and the type definitions fail to capture necessary information (such as in which year you were of the given age) and thus conversions can not be guaranteed to be correct
I'm a programmer and my answer would be more like the tester's answer.
But okay I also used to be a tester so this comment is probably invalid.
!lemmySilver
Managers when a tester does this in a planning meeting, asking for more time to write better teats: 😠
Managers when a staff level engineer does this in a post-fuckup root cause analysis meeting telling everyone what went wrong: 🤤
Managers when the tester points out it wouldn't have happened if tests for it had gotten written:
Probably? Nah mate, your box of stuff, has already been chucked out of the window... You are next
Ugh, this is what you get when there's no AC.
That's a good tester.
In my experience coders usually make absolutely terrible testers, testing only for the most inane case, or just positive cases (ie, it does the nominal case without bursting into fire).
Am I an oddball in that as a developer, that QA answer is the sort of answer I give? It annoys management to no end.
How are edge cases supposed to be covered if the developer can't imagine them? It would save SO MUCH time if everyone were as detail oriented and creative as you.
Nope, a good developer asks exactly the first thing with the birthdays. If you don't have proper data it's impossible to give the correct answer. This is the difference from an experienced developer to a junior.
A developer with a QA mindset is never a bad thing in my opinion. It makes sure issues are fixed earlier and saves time (and for management, money)
Also, we first have to define more precisely what 'being 2' means. E.g., if we just count birthdays and one of them is born on Feb 29th in a leap year, that person 'ages' with 1/4 of the speed.
[Test]
public void Sister_IsAstronaut()
{
This may be why I hated math.
Love this, 100% accurate. QA people are amazing, protect us from ourselves in so many ways we didn’t even think of.
But they still don't think of all common user possibilities. I like this joke:
A software tester walks into a bar.
Runs into a bar.
Crawls into a bar.
Dances into a bar.
Flies into a bar.
Jumps into a bar.
And orders:
a beer.
2 beers.
0 beers.
99999999 beers.
a lizard in a beer glass.
-1 beer.
"qwertyuiop" beers.
Testing complete.
A real customer walks into the bar and asks where the bathroom is.
The bar goes up in flames.
Hey! My company just fired ours today!
After all, most delays can directly be traced to the QA department. Wise business decision!
Yes, I second this. QA has caught so many things that did not cross my mind, effectively saving everyone from many painful releases
I've worked with some insanely talented devs who were amazed at some of the shit I was able to pull and we could have a laugh about it
Most of the best QA folks I’ve worked with had teenage children.
I imagine dealing with developers is similar.
I love working with competent QA engineers. It's always a humbling experience.
I learned more about how computers work from them than I did in all my schooling.
I wish our test team was like that. Ours would respond with something like “How would I test this?”
Programmer should have written all the test cases, and I just run the batches, and print out where their cases failed.
Ewww, no. The programmer should have run their unit tests, maybe even told you about them. You should be testing for edge cases not covered by the unit tests at a minimum and replicating the unit tests if they don't appear to be very thorough.
Tester here, I only have to do this if the ticket is unclear / its not clear where impact can be felt by the change. I once had a project with 4 great analysts and basically never had to ask this question there.
The programmer's answer?
We don't support that use case.
Still logs the issue
Dev sets status to won't do
Wait 2 months
P1 production issue: Exactly what I logged 2 months ago just written out worse
"Works for me and my sister."
Then we'll ship you and your sister.
And that’s how docker was born!
Either that or incest porn.