G+_George Kozi Posted February 7, 2014 Share Posted February 7, 2014 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 More sharing options...
G+_Shannon Morse Posted February 8, 2014 Share Posted February 8, 2014 George Kozi hi! The ending part is taken directly from Lou's programming, so perhaps we can ask him about that on the next show, for precision sake. Link to comment Share on other sites More sharing options...
G+_George Kozi Posted February 8, 2014 Author Share Posted February 8, 2014 Shannon Morse I know that this isn't something that seems important, but as we start to learn, noticing stuff like this could turn out to be a good habit. Link to comment Share on other sites More sharing options...
Recommended Posts