Programming Style


Programming style refers to the characteristics your program has as a text document that can be read by humans.

Your overall goal is to produce a program that is reads well and conveys to another programmer your structure, strategies, and algorithms clearly.

What constitutes good style?

Here are a few things to do: