MRU-COMP1701-dev / fopp-functions-first

Foundations of Python Programming: Functions First
GNU Free Documentation License v1.3
0 stars 3 forks source link

Recommended Grammar Corrections for Section 4.1 (Introduction to Functions) #40

Open CodeIsBrokeYo opened 2 months ago

CodeIsBrokeYo commented 2 months ago

The following paragraphs could be made clearer with the accompanying bolded corrections:

Paragraph 2: "In computer programming, this breaking down of a task or problem into smaller, solvable [corrected from "solveable"], sub-functions, is called decomposition and the idea of hiding the complexity of the sub-steps of the algorithm in a function is called abstraction."

Bullet 3 under 4.1.2 Learning Objectives: "define functions with appropriate names for formal parameters [added "s"]"