C:Why would Trader make people wait for no reason?
Because he's the biggest starfish I know. It's impossible to express my loving loathing for this guy. I don't know what giant stick he's been sitting on his entire life, but it's forgeted up his ability to be reasonable.
Recently, Trader blocked me from MSN because of this:
function someFunction(%var, %var2)
{
if(!%var2) { return; }
// Code
}Instead of this..
function someFunction(%var, %var2)
{
if(%var2)
{
// Code
}
}Now, the words he said to me before blocking me were something along the lines from:
"You ask me for help but don't take my advice. You either accept all of it or none of it."
He honestly thinks he's the stuff of some awesome deity, because I don't know anyone else who will try to dictate every aspect of something that doesn't even affect them in the slightest.