Skip to content

Blog

Software, system design and lessons from the road.

Algorithms: Functions
Featured · 19 min read

Algorithms: Functions

What is a function and how do you define a job once and call it by name again and again? Learn parameters, RETURN, the black box and local variables — no code.