Very interesting! I once made a pacman clone myself and did exactly what he said. That is, I made a pacman class, ghost class etc. I even added a path finding algorithm to make the ghosts chase pacman. It did the job well and I never even gave it a second thought.

Not only does this video show that there are multiple ways to solve a problem, it also shows that often there's an even better solution than the one you already have.