On Thu, 2009-02-19 at 16:31 -0700, Kimball Larsen wrote:
> if ($7.40 < $20)
> {
> buyHomeServer();
> }
> else
> {
> useExternalSharedhost();
> }
You missed some important tests, let me help you with that:
if (($7.40 < $20)
&& (isp == RELIABLE)
&& (power_company != UTAH_POWER)
&& (spouse_child_or_pet_unplugs_server == NO_BIG_DEAL)
)
{
buyHomeServer();
}
else
{
useExternalSharedhost();
}
--
When you tell me I should give proprietary software a fair technical
evaluation because its features are so nice, what you are actually doing
is saying "Look at the shine on those manacles!" to someone who
remembers feeling like a slave. -- Eric S. Raymond
/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/