Avoid pushing commented code to Version Control. Version control gives us better options: - You can look at history to see what used to be there. - You can use branches for experimental features. https://github.com/jakeFarrish/MedMapper/blob/5b09504f8e64ee37d43242e83710d0bd24c55e52/app/src/main/java/com/medmapper/v33001/MedMapperApplication.kt#L18
Avoid pushing commented code to Version Control. Version control gives us better options:
MedMapper/app/src/main/java/com/medmapper/v33001/MedMapperApplication.kt
Line 18 in 5b09504