Proper naming convention for a .NET Delegate type?

后端 未结 8 1991
我寻月下人不归
我寻月下人不归 2020-12-12 11:29

By convention classes are often named like nouns, methods like verbs and interfaces like adjectives.

What is the common naming convention for a delegate? Or what\'s

8条回答
  •  伪装坚强ぢ
    2020-12-12 11:57

    I would go with ValueExtraction..
    I've Never thought why, but I guess because you're storing an operation and it should be a noun.. strictly this is not an operation, I know...

提交回复
热议问题