DEV Community

Discussion on: //TODO: Write a better comment

Collapse
 
vlasales profile image
Vlastimil Pospichal
interface AccountDAO {
    suspend fun insert(account: Account): AccountID
}
Collapse
 
adammc331 profile image
Adam McNeilly

Depending on the language features it may not always be this easy, but that's a good idea. :)