rapid-router
rapid-router copied to clipboard
Subroutine naming
We need to remove any 'procedure' naming in Rapid Router and replace it with 'subroutine'.
Found in:
- Episode names
- Level names
- Level description (popup)
- Level help / hint (popup)
- Call / Define ... do blocks tooltips (on hover)
- Everywhere in the resources
List instances of 'procedure' that need to be renamed
@rdcruzCFL Why do we want to make the distinction between these two terms? Why don't we simply call them functions?
It is in the GCSE and A Level specification that a procedure does not return a value, but a function always does. The general term is 'subroutine'. @faucomte97