google-developer-training / android-kotlin-fundamentals-starter-apps

android-kotlin-fundamentals-starter-apps
Other
1.1k stars 3.32k forks source link

DataTransferObjects, in the DevBytes starter app , has erroneous documentation for helper function #47

Closed Vaironl closed 9 months ago

Vaironl commented 3 years ago

The comments for helper function,NetworkVideoContainer.asDomainModel(), state this helper function

Convert Network results to database objects

However, it actually converts the results to a domain model objects (DevByteVideo) and the comment should be fixed to reflect such a case.