Taylor Learns to Code
home
me
projects
resume
blog

Recursion, see Recursion.

February 18, 2016

I have been coding for: 8 weeks

While poking around blogs and articles as I began my coding journey, I kept seeing jokes like this:

Recursion Joke

I felt like an idiot not understanding this, so I decided to do some research.

Recursion is the process of repeating an item in a way that keeps repeating a part of itself. Recursion occurs in a function or method that calls on itself inside of itself. A few real world examples include: