CS 458 - Week 13 Lecture 1 - 2016-11-15

*   some coding STANDARDS used by the CS 458 teams:
    *   0x1CAssassins
        *   Curly brackets are lined up in the same column
        

    *   Bits_Please
        *   Heavy level of commenting
       

    *   Team_Schwifty
        *    Java-style naming conventions for identifiers
	     (upper-case-camel-case for classes,
	      lower-case-camel-case for instances/variables,
              all-caps for named constants)
 

    *   MAMP
        *   use strict javadoc style comments
        *   because in Android have XML and Java,
	    delib'ly underscore_style names in XML,
	    delib'y camelCase style names in Java

    *   Team_Mystic
        *   use camel case for PHP identifiers

    *   TheNotoriousGIT
        *   none here...

    *   Team_ISAK
        *   separate compilation of modules
            lower-case camel-case for variables

    *   DMCM
        *   descriptive naming; and lining up brackets
            in their own column

    *   The_Bang_Show
        *   use CS 328 conventions throughout their code

    *   Jolly_Cooperation
        *   not using GOTO or break statements