Join Slack
Powered by
Is this code readable enough or shall I ask the de...
# announcements
h
Hexa
12/05/2018, 8:38 AM
Is this code readable enough or shall I ask the dev to create meaningful variable name (e.g. use values instead of v) ?
Copy code
fun contains(test: String): Boolean { return values().any { v -> v.name == test } }
Open in Slack
Previous
Next