It'd avoid unnecessarily-descriptive function name...
# language-proposals
b
It'd avoid unnecessarily-descriptive function names. The function name should describe the action taken or the output given, and not any specifics for how that's achieved. Adding
FromHexString
to
color
or
BufferedOffscreen
to
show
makes the function names long just to describe how they're different from their brethren
color
and
show
functions, despite being created for the same general purpose