About
If I were to write a Java program about myself, this would be the psuedo code for it. However, the human soul is too rich to be defined only by ones and zeroes.
public class Caleb extends Person{
public void logOnToGaia(){
browseMoralityAndReligion();
}
public void browseMoralityAndReligion(){
if(seeInterestingTopic)
replyToTopic();
else if(seeChristianFlamingTopicOrQuestion)
replyToTopic();
else
browseAroundOtherSites();
}
public void replyToTopic(){
switch(topicType){
case FLAME_THREAD:
repliesThatAllReligionsHaveProblems();
adressesIssueReligiongetsFlamedAbout();
case QUESTION_ABOUT_CHRISTIANITY:
talkAboutPersonalStand();
backUpWithBiblePassages();
explainsPassages();
break;
}
}
public void doWork()// no longer in use since Oct 28 was my last
//day before school starts{
goToSoftwareCompany();
codeJavaForSmallProject();
if(managesToFinishThingsAheadOfTime){
goOutsideToTopFloorOfBuilding();
looksDownAtScenaryAndAlsoGodsCreation();
worship();
}
else{
complainAboutSuddenSpecChangesAndCrazyDeadline();
stayLateAtOffice();
feelLonely();
}
}
private void feelLonely(){
boolean lackOfUnderstandingFromPeople=true;
if(lackOfUnderstandingFromPeople)
wishForCloserFriends();
if(leftLikeThatForTooLong)
cryToSelf();
doSomeStuffToSpoilSelf();//varying routine ^_^
}
private void worship(){
singCurrentFavouriteChristianSong("Beautiful Saviour"
wink ;
singAFewOtherSongs();
prayAndGiveThanks();
havePeaceWithGodThoughProblemsDontGoAway();
}
private void thinkAboutThings(){
thinkAboutQuestionsSometimesAskedOnChristianity();
thinkAboutWhyCertainThingsAreDoneInCertainWays();
thinkAboiutQuestionsInLife();
thinkAboutCrushesFromTimeToTime();//=p. Nope, I''m not telling
}// usually done with additional time
public void sundayRoutine(){
goToChurch();
meetFriendsForDotA();
getReadyForWorkOrSchool();
}// my Sunday Routine
}// that's about it!
Comments
Viewing 7 of 7 comments.