Change names, coupling and cohesion of classes
FileHandler and View needs better names. Maybe even move the methods from view to the controller. Also solve the problem of coupling between View and Controller
FileHandler and View needs better names. Maybe even move the methods from view to the controller. Also solve the problem of coupling between View and Controller