Search⌘ K
AI Features

Solution: Make Separate Files for the Routine

Understand how to organize Ruby code by separating routines into different files. This lesson teaches you to use require_relative to modularize your program, making it easier to read and maintain while preserving functionality.

Flowchart of a possible solution

In this challenge, we WERE tasked to split the existing code into multiple files to increase its readability and ...