I've created a program which works well, though I want to now change it into a GUI, would it be better if I integrate GUI code into existing classes or have a separate GUI class which brings together existing classes into an interactive format?
The program replicates buying items off a website so the GUI would be of a browser. It would be extremely simple, just wondering how to structure it.