kkevlar / section-searcher

Project for CSC 308 and 309
1 stars 0 forks source link

Main.java needs to be separated and moved new child classes into own directory #120

Closed thearod5 closed 5 years ago

thearod5 commented 5 years ago

First, Main.java contains all GUI information, which needs to be split into separate classes.

Second, there classes created from above should all be moved into a different directory other than "logic".

kkevlar commented 5 years ago

there classes created from above should all be moved into a different directory other than "logic".

@thearod5 if we are not using a specific design pattern, why would this be necessary?

kkevlar commented 5 years ago

84

kkevlar commented 5 years ago

Closes #97 and theres no need to split the logic over many classes once main.java is named to Gui or something.java