When is a function name too long?

后端 未结 27 1548
伪装坚强ぢ
伪装坚强ぢ 2021-02-03 18:45

I try to be rather descriptive with my function names, where possible. This occasionally results in function names in the twenty to thirty character range such as \"GetActionFr

27条回答
  •  不知归路
    2021-02-03 19:03

    As long as the functions actually do what their name suggest they do and you're not going for a code golf entry, I think it's a good thing.

提交回复
热议问题