/func - Section 8.1: Definition and Storage (2023-10-02) - decl_func
instead of func
?
#247
Labels
Milestone
decl_func
instead of func
?
#247
In Chapters 7 and 8, all defined operations are represented as verbs, which simplifies understanding with the format
do_verb
. However, for functions, we use the termfunc
and implement it asdo_func
. This feels inconsistent to me. The phrase "do a function" is somewhat ambiguous. Perhaps, to maintain consistency, we could name it with a verb, likeset_func
ordecl_func
, similar to theset
anddo_set
format used for variables.The text was updated successfully, but these errors were encountered: