Jump to content

Idea for a show after this section


G+_Stephen Hart
 Share

Recommended Posts

Idea for a show after this section. Spend one show on UML to learn how to sketch how the classes and functions will work before writing the code.  UML is fairly intuitive and doesn't need any previous knowledge.  UML is built in to the higher versions of Visual Studio (which you can practice with on a free trial).  It applies to C# and Perl and Python.

Link to comment
Share on other sites

I have to say that in 30 years of coding I've never created a flowchart , Nassi–Shneiderman diagram, or other type of logic diagram for code. I've always just sketched out the logic in pseudocode in a modular, top-down format. I do use flowcharts for system diagrams to show how programs and databases interact with each other but that's probably beyond the scope of the show. A show or two on design would be great though. Design is probably the most important part of coding and the most neglected aspect of coding education.

Link to comment
Share on other sites

 Share

×
×
  • Create New...