8 hours sleep != 8 hours broken sleep.
I hope I survive today, I really do.
*yawns*
I'm at work, at least. Today:
fClientReached = FALSE;
while (IsWorkday()) {
if (IsTime(10:00 am)) {
Participate(ConferenceCall);
continue;
}
if (fClientReached == FALSE && Call(Client) == PHONE_ANSWERED) {
Ask(Client.Restore(System.Connection));
fClientReached = TRUE;
Connect(System);
if (LocateProblems() == TRUE)
FixProblems();
continue;
}
if (!IsComplete(GeoTranslation)) {
Write.Code(GeoTranslation);
continue;
}
Test(Map.ReportedErrors);
break;
}
while (IsWorkday()) {
Do(Tasks.Additional);
}
And you can't call me a geek, 'cause the geek test said I'm not. Hah!
I hope I survive today, I really do.
*yawns*
I'm at work, at least. Today:
fClientReached = FALSE;
while (IsWorkday()) {
if (IsTime(10:00 am)) {
Participate(ConferenceCall);
continue;
}
if (fClientReached == FALSE && Call(Client) == PHONE_ANSWERED) {
Ask(Client.Restore(System.Connection));
fClientReached = TRUE;
Connect(System);
if (LocateProblems() == TRUE)
FixProblems();
continue;
}
if (!IsComplete(GeoTranslation)) {
Write.Code(GeoTranslation);
continue;
}
Test(Map.ReportedErrors);
break;
}
while (IsWorkday()) {
Do(Tasks.Additional);
}
And you can't call me a geek, 'cause the geek test said I'm not. Hah!
no subject
no subject
#define EVER ;;
for(EVER) {
laugh();
}