Breaking down the project

In this lesson:
  • building blocks of the project
  • inputs and outputs of blocks
  • composing the whole program from pieces
  • next time: think about input validation
Running time: 14:01
 
 

Comments (7)

 

 hi john, how generous of you teaching us free programming, im really glad i found this site, this will help me a lot to change my career. thank you and more power.. 

 hi john, how generous of you teaching free programming, i really need this because im planning to shift a career, and during my college days i really want to be a programmer, i hope i can be someday. Thank you for this.  

Hey john, i like the way to break this down, i hope i can become better at doing this also.

 john you r really good im very glad to learn programming with you.how can i download this video?

I like how you break every thing down and explain what everything means, it gives me the opportunity to create a glossary for understanding the programing language.
Great job, John! I really like the fact that you stress user input validation. I think this is one of the main problems that programmers forget to address.
Here is a high-level overview of how the programming problem is broken down into pieces, making the problem more manageable and easier to wrap your mind around. - John