Style guide

From Computer Science Wiki
Revision as of 13:41, 7 September 2017 by Mr. MacKenty (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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