Style guide

From Computer Science Wiki
Style guide[1]

A style guide helps us understand how something should look. In our courses it is important your code follows our style guide. The examples in the style guide use C programming language, but the guide can be easily extrapolated to other programming languages.

Please click here to see our official course style guide. This style guide is used with permission from the folks at Harvard Universities excellent CS50[2] course.

If on the off-chance the resource is unavailable, I have uploaded it as a PDF file here.

References