Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 278 Bytes

Terms.md

File metadata and controls

9 lines (6 loc) · 278 Bytes

Terms and Definitions

Written Werks

Code that is written and works are the Written Werks

Recursion

At its core, it is a function that calls itself.

Often requires a "base case", to stop itself from calling itself more than so many times, to avoid an infinite loop.