Changes

Jump to: navigation, search

A+ Programmers - OOP344 20113

71 bytes removed, 12:09, 19 October 2011
Syntax Guidelines
* Comments should explain the purpose behind statements not logic.
* Explain each parameters role to the function.
* State the return value of the function and the result from it.
'''Example:'''
* Parameters: int x -> Describe what use the function makes of the variable.
*
* Return: int, bool etc... What the value means in external context of function.
*/
1
edit

Navigation menu