andreicruceru95 / CO452-BlueJ-Apps

0 stars 0 forks source link

Project structure #6

Closed DerekPeacock closed 3 years ago

DerekPeacock commented 3 years ago

Hi Andrei

Although it is not covered in my quality issues list, it should be. You need to have a better separation of files into folders. Using IntelliJ that means all the java files should be in a src folder. All the tests should be in a test folder.