Jump to content

Shannon Morse One observation if I may


G+_George Kozi
 Share

Recommended Posts

Shannon Morse One observation if I may... I'm only saying this because meaning is very important when programing. In your code example from the last episode, you end your program example code with "type enter to exit".

 

Type enter means the user must type the word enter to exit the program. But what is meant is "press enter key to exit".  Meaning hit the enter key to exit.

 

This is about the thinking patterns of the programmers. What they say has to be very precise, and with as little as possible ambiguity. I think that is a good and necessary habit.

 

P.S. Maybe it wasn't in the code, but the program itself that does that...

Link to comment
Share on other sites

 Share

×
×
  • Create New...