10
Nikan
7y

!rant
Girl girl = new Girl();
while(girl.isGirlFriend()){
If(!girl.isCheating()){
girl.sendFlowers();
} else {
// did not expected to happen soon πŸ˜–
girl.breakUp();
}
}

Comments
  • 3
    Ctrl+R Replace "Girl" with "Lover"

    Makes the code more generic ;)
  • 2
    @DRHAX34, "significant other" is even more generic πŸ€“
  • 2
    @Eariel "significative other" may lose it's meaning when the condition inside the if clause is false... Uhm but in that case "lover" can too... Uhm finding generic names is hard 😁
  • 2
    Why don't go for "People" class and "sentimentalRelationship" method? That would be generic enough, wouldn't it?
  • 1
    In my life, the while loop never runs
  • 2
    Going by that comment, I'm sorry to hear that :(

    I hope you find someone who appreciates flowers more :)
  • 1
    @Jamoyjamie thanks ☺
  • 2
    I hope you all get infinite loops
  • 1
    While(girl.isGirlfriend) ??
    Dude you are a developer. That's an infinite loop.
  • 0
    @Elfocrash yeah and the else broken the while by making it false ._.
  • 2
    true storyπŸ˜‚πŸ˜‰
Add Comment