

Oceans80 wrote:... having sex with women or whores or something like that...


Oceans80 wrote:goatboy, i know you've seen it, it's been posted in IRC a few times
it was like
if( girl swallows)
{
insert cock
}
else
{
kick the bitch out the door
}
it was longer than that though
edit: i know, i know...women and whores are one in the same...

Gatito wrote: practice safe programming.
Goatboy wrote:Oh, that's simple. All you need to do is dedicate many years of your life to studying security.

Gatito wrote:Oceans80 wrote:goatboy, i know you've seen it, it's been posted in IRC a few times
it was like
if( girl swallows)
{
insert cock
}
else
{
kick the bitch out the door
}
it was longer than that though
edit: i know, i know...women and whores are one in the same...
Never make statements like that with if...else , it results in a buggy program. This is how it should be done.
try {
girl_swallows();
}
catch ( girl_agrees ) {
insert_cock( my_d );
}
catch ( girl_disagrees ) {
return kick_in_the_ass;
}
Test the waters, practice safe programming.
try {
girl.insertStuff(myCock, Girl.UPPER_ENTRANCE);
} catch (GirlDoesNotSwallowException whore) {
girl.kickTheFuckOut(); // alternatively you can girl = null and gc() :D
}
// TestNG
@Test
public void testGirlWithCockShouldSwallow() {
// GIVEN
Girl chickUnderTest = new Girl();
Cock myCock = new Cock(); // or the "sized" constructor, e.g. new Cock(20); ROFL
// WHEN
chickUnderTest.insertStuff(myCock, Girl.UPPER_ENTRANCE);
// SHOULD NOT THROW GirlDoesNotSwallowException
}

Users browsing this forum: No registered users and 0 guests