Description
Currently we have places where multiple classes combined into one file. It creates a mess and complicates understanding of the code. The idea to move classes into separate files.
Acceptance criteria:
Classes are moved into semantically meaningful files and placed. One class per file is the best option.
Description
Currently we have places where multiple classes combined into one file. It creates a mess and complicates understanding of the code. The idea to move classes into separate files.
Acceptance criteria:
Classes are moved into semantically meaningful files and placed. One class per file is the best option.