Closed Mbazie-Kone closed 7 months ago
i am not able to understand how you improve the code ? your impl class has the same logic which written in the dao file.
I didn't change the logic of the DAO, I simply separated the interface from its implementation so as to have cleaner code and leave the DAO isolated for future implementations. I apologize for the lack of clarity with which I made this change in the code.
I added the DAO interfaces and made the classes that implement them asImpl
This makes the code cleaner.