f1nal3 / Juniorgram

A C++ messenger for learning purposes in EPAM Brest C++ R&D Lab
14 stars 1 forks source link

Restructure Code Base #671

Open f1nal3 opened 1 year ago

f1nal3 commented 1 year ago

Description:

Since we'll probably stick with the mono repository, we could move the code around so that it follows the modern standards. Source code should be moved to ~/src folder. All the tests should be moved to ~/test folder. The test folder follows the structure of /src folder, but it is debatable to what degree.

Acceptance Criteria: