LEARNING OBJECTIVES
- Understand and explain what helper methods are.
- How to create custom helper methods.
- Learn how to test helpers and create them using TDD.
Definition: is a module which contains methods that are vital for the simplification and the dryness of your views.