AbolfaZlRezaEe / NMock

NMock is an application that you can use to mock your trips with fake locations. This application uses Google Map SDK and Neshan API for Map and location information.
22 stars 6 forks source link

Use FileManager in NMockLogger functionalities #37

Closed AbolfaZlRezaEe closed 2 years ago

AbolfaZlRezaEe commented 2 years ago

What's the problem or feature?

We wrote a manager that we call it FileManager in the application. this class is responsible for managing all functionalities related to files. in NMockLogger, we wrote all functionalities in a custom way.

For the solution we want to

For better code style and good architecture, it's better to use FileManager also for NMockLogger.

Works we should do during this task

AbolfaZlRezaEe commented 2 years ago

Committed to Develop branch.