Sign in to your account



This field is required


forgot your password?


New to the site? Create an account →

Blog (6,219) · comments · rss · json

  6,219 articles


Oct 24th, 2013 at 10:10:16 am

tcr! · Oct 24, 2013 at 10:10 am

This kind of code drives me nuts…

if (!($log->HasDownloaded())) {
	// do stuff
} else {
	// do other stuff
}

Just take out the extra characters to make it more legible at first glance and flip the conditional code…

if ($log->HasDownloaded()) {
	// do other stuff
} else {
	// do stuff
}

This is even better, no question what’s happening or when…

if ($log->has_downloaded() === TRUE)
{
	// do other stuff
}
else
{
	// do stuff
}

Yes, somebody else will skim your code in the future.

#devhell

Add a comment

It’d be better if you signed in before commenting


Post

Oct 23rd, 2013 at 11:01:53 am

tcr! · Oct 23, 2013 at 11:01 am

2012 wasn’t my best year.

my true face

#confessional

Add a comment

It’d be better if you signed in before commenting


Post

Oct 22nd, 2013 at 8:05:53 pm

tcr! · Oct 22, 2013 at 8:05 pm

Just creating another database table isn’t the “perfect” solution.

that doesn't make sense

#devhell

Add a comment

It’d be better if you signed in before commenting


Post

Oct 21st, 2013 at 5:18:22 pm

tcr! · Oct 21, 2013 at 5:18 pm

It doesn’t do much to only believe. I need to show the world that this is what I believe.

I need to express it, live it, spread it.

#advancedsoul

Add a comment

It’d be better if you signed in before commenting


Post

Oct 17th, 2013 at 1:47:15 pm

tcr! · Oct 17, 2013 at 1:47 pm

Oh look, the sun is shining. About time, jerk.

#weather

Add a comment

It’d be better if you signed in before commenting


Post

Oct 17th, 2013 at 12:16:58 pm

tcr! · Oct 17, 2013 at 12:16 pm

I used to take pride in my penmanship but now I don’t even care.

Wednesday and dinosaur

#wednesday #dinos

Add a comment

It’d be better if you signed in before commenting


Post

Oct 16th, 2013 at 5:09:24 pm

tcr! · Oct 16, 2013 at 5:09 pm

Gray Days.. Bleh

Gray days always depress me ever since I can remember, even more so when it’s cold outside.

#weather

Add a comment

It’d be better if you signed in before commenting


Post

Government Shutdown To Be Fixed After Dinner

tcr! · Oct 16, 2013 at 12:12 pm

Government Shutdown To Be Fixed After Dinner

“Ya, we’ll get the government back up and running after we get some chow.”

#politics

Add a comment

It’d be better if you signed in before commenting


Post

I’m Taking Your Banjo

tcr! · Oct 16, 2013 at 9:47 am

“You know… fish can hear you thinking just before you sneeze.”

#funnies #thewalkingdead

Add a comment

It’d be better if you signed in before commenting


Post

Oct 14th, 2013 at 9:04:41 pm

tcr! · Oct 14, 2013 at 9:04 pm

Death by A Minor

Recorded with my phone on my bed.

Add a comment

It’d be better if you signed in before commenting


Post