Cleaning. #88
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "cleaning"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Types of changes
This closes issue #XXX
This is implements feature #YYY
This finishes chore #ZZZ
@ -14,3 +7,1 @@
actual fun parseDate(dateString: String): Long {
val FORMATTERV1 = "yyyy-MM-dd HH:mm:ss"
actual class DateUtils {
Since DateUtils does not need to store any data, wouldn't it be better to just have it as two expect functions?
In this way we remove the need of instantiating the object within the repository.
Moreover, if I'm not mistaken one of the two is full kotlin and could thus be in the common source.
It is now.
I cleaned a little bit.