Is there a recommended naming convention for files that contain only functions/extension methods?
StringExt.kt for the file with extension functions of String. CollectionExt.kt for Collections extension functions.
StringExt.kt for the file with extension functions of String. CollectionExt.kt for Collections extension functions.
There is a thread on reddit that claims the answer. TL;DR: Rust is named after a fungus that is robust, distributed, and parallel. It is also a subsequence of “robust”. Found another interesting quote: Also, calling Rust a research language is funny to me because — as its name reflects — we’ve tried hard to … Read more
I’ll cite some passages from Implementation Patterns by Kent Beck: Simple Superclass Name “[…] The names should be short and punchy. However, to make the names precise sometimes seems to require several words. A way out of this dilemma is picking a strong metaphor for the computation. With a metaphor in mind, even single words … Read more