A Conversation for Seven Secrets of Successful Programmers
More thoughts....
Is mise Duncan Started conversation May 15, 2001
"A minute spent away from the kleyboard can save ten at the keyboard" - Basically it helps to plan programs on whiteboards and the back of beermats etc.to remove the temptation to just fire up the programming environment and start working away...that way leads to trouble.
More thoughts....
scaryfish Posted May 15, 2001
Yeah. getting a good (working!) algorythm is essential (We are just learning this in Comp101)
If you don't know, an algorythm is basically a set of instructions written in plain (Sort of!) english.
Like: for a guessing game
Begin game
display instructions
pick a number between 1 and 100
repeat 7 times
ask "what's your guess"
if guess < number then say "Too small"
else if guess > number then say "Too big"
else say "You got it" and exit
end repeat
end game
Thought for the day (2)
Is mise Duncan Posted May 17, 2001
Before implementing a belt and braces program,
make sure the user has trousers.
Key: Complain about this post
More thoughts....
More Conversations for Seven Secrets of Successful Programmers
Write an Entry
"The Hitchhiker's Guide to the Galaxy is a wholly remarkable book. It has been compiled and recompiled many times and under many different editorships. It contains contributions from countless numbers of travellers and researchers."