75
Huuugo
7y

Girls are like functions. Always up for an argument

Comments
  • 6
    @runfrodorun

    Female dev I know once said: Stupid guys... I can hint all I want, but they just won't get that they're not my type until I throw something.
  • 0
    @bittersweet she's into receivers?
  • 0
    var femaleDev = new Promise(( ) => {
    setTimeout(( )=> {
    if (hintsNotGiven) {
    return new Hint( );
    } else {
    throw 'something';
    }
    }, getCheckoutTime( ));
    });

    femaleDev.then(hint => {
    //noop

    }).catch(something => {
    var herType = typeof something;
    var me = typeof this;

    return (me === herType);
    });
  • 2
    Can we talk about the tag please, anyone?
  • 2
    @oscarascal No.
  • 2
    @bittersweet Throwing things is often my go-to response.
  • 2
    But if you handle the argument well, you often get something in return ;)
Add Comment