This looks like an incomplete feature.
Are you using these anywhere?
Recommendation: if not used, remove it, or keep it in a separate development branch until it is complete. Keep the codebase as small as possible to do the job you want to do. Unused code is clutter, and bad documentation, which increases technical debt.
Only complete features, which meet the team's Definition of Done, should be merged to Main/Master.
|
override suspend fun fetchMedicine(): List<Medicine>? { |
This looks like an incomplete feature.
Are you using these anywhere?
Recommendation: if not used, remove it, or keep it in a separate development branch until it is complete. Keep the codebase as small as possible to do the job you want to do. Unused code is clutter, and bad documentation, which increases technical debt.
Only complete features, which meet the team's Definition of Done, should be merged to Main/Master.
MedMapper/app/src/main/java/com/medmapper/v33001/service/MedicineService.kt
Line 11 in 5b09504