Programming Style Documents
Programming Style Documents

Here are the documents on programming style that I've written and am making available to you. Why am I doing this? Simple: I want you to follow these guidelines when you write programs in my classes! Read them through, print them out if you'd like, and follow them as you write your programs for class.


A Piece of Advice
Document while you're writing your program, not after you have it working correctly.
Everyone who will have to look at your unfinished but well-documented program will appreciate the explanations.

Documents in this section are applicable to any programming language: If you are using Java, take a look at these: If you are coding in Python, take a look at these: If you are using C or even C++, take a look at these: For those of you more interested in developing Pascal programs, here are some documents written for you:
If you have any comments about this page, drop me a note at mccannl@acm.org

Return to Ol' Doc McCann's Home Page