Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@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. -
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);
});
Related Rants
Girls are like functions. Always up for an argument
undefined
tags (comma separated)