We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Programming Patterns (markdown)
Add subheadings for 3 types of for loop
Improve finding pseudocode
Add literal modifying never
Add Boolean-returning error-checking function
Add accumulation pattern
Add decision or repetition section with eat mouthful example
Add link to style guide, update main program structure
Remove menu (maintenance burden), update decision patterns
Add DRY and never set and ignore variable
Change number of products to 0 (better than 1)
Finish constants section
WIP - add constants section
Update error-checking pattern to be more specific for errors (input is bad), add , to e.g.
Rename selection/loop to decision/repetition, add more motivation to menu pattern
Update function design with SRP