Closed chfin closed 6 years ago
yes it is if it's still readable 👍
gettheeggplant is a good counterexample
Doesn't Julia support unicode identifiers? get:eggplant:(...)
It works!
julia> get🍆() = :eggplant
get🍆 (generic function with 1 method)
julia> get🍆()
:eggplant
I think, this is mostly done.
e.g. get_piece -> getpiece.
This seems to be more idiomatic in Julia.