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
-
There are some dependencies on her friends and family. You need to resolve these conflicts first
-
Advice:
Don't try to actively look for girls.
Women can smell desperate guys from afar and will stay at distance. 😉
The girls you'll meet in active search will most likely not be the best fit anyway. -
@highlight
class Girl(assets: List[A]) {
val get = (target: Boy) =>
target
.assets
.foldLeft(_+_)
.toList.map(_>this.assets.fold(_+_)) -
@highlight
if(boy.NotAnUglyFuck() && boy.NotAQuirkyWeirdo()) {
boy.GetsGirl();
} else{
boy.ApplyFiveFingerMary();
} -
to be a little serious:
<code>
If(boy.Interests.length > 3) {
let chance:boolean = false;
boy.interests.forEach(element => {
chance = (element.outdoors && element.forTwoPeopleOrMore && !element.competetive)
});
return chance;
}
</code> -
There already exists an algorithm for this but it's rather complicated.
Refer to the book The Mystery method where it's explained.
It's something like:
@highlight
approach(girl, areaWithin(sameRoom))
{demonstrateHigherValue, proceedWithUnusualExpression}
apply(friends).decouple(girl)
apply(equalBodyLanguage)
parse(indicatorsOfInterest)
etc. I don't have time right now. -
Its relatively easy to get a girl, just you have to have a sense of humor and have some qualities like stable character and stuff.
The bad thing of this is that you will start attracting girls with different and a lot of issues and soon or later you will be so bored of all this that you just give up. 🙂 -
devguy385yEach instance needs its own implementation... There are common things as being gentlemen just to name...
-
devguy385y@010001111 You didnt understand... But I agree... My spouse recognizes that quality that why I mention it...
#howToGetAGirl
const getAGirl = () => {
// TODO: Implement function
};
Anyone?
https://twitter.com/chuxmyk/status/...
question