rapid-router
rapid-router copied to clipboard
Levels 106 - 109: Replace `n` with `number` (UKS3-S15)
Task Description
The solutions for levels 106-109 use while loops with an iterator variable called n
. We want to rename that variable to number
.
This change will also to be reflected in the USK3-S15 teaching materials as well as the solutions in the solutions table.
Acceptance Criteria
- [ ]
n
replaced withnumber
in model solutions for levels 106-109 in the code. - [ ]
n
replaced withnumber
in the USK3-S15 lesson plan (also check supporting material for this session) in Gitbook - [ ] Solutions updated in the solutions table in Gitbook
And maybe all other one-letter vars
@faucomte97 should this be an investigation task to discover the work involved over resources and dev?
@faucomte97
Yes, replace with number
https://docs.google.com/document/d/145L-b6qFSpJD-J33BcoiI8XeTTzjG--3Ys0Y9KjGKF4/edit#
@evemartin completed this task