Recursion

Before writing the recursive code, it is advisable (by me) to always write the recursive function (e.g. Fibonacci series).