gpt4 book ai didi

c# - C# 中是否有命名参数的样式指南?

转载 作者:行者123 更新时间:2023-11-30 12:14:27 26 4
gpt4 key购买 nike

MSDN - spaces after the colon.这与 Objective-C 不同,在 Objective-C 中我没有看到人们在冒号后使用空格。我认为这可能是语法突出显示尚未 catch 该功能的问题,但我没有使用好的 IDE 的经验。我在带有 Unity 的 Mac 上使用的 MonoDevelop 既不提供语法着色也不提供命名参数的自动完成功能。 There is a lot there ;如果您知道我要在其中或其他地方存在什么,请告诉我。我还没找到。

最佳答案

Microsoft 在 MSDN 上发布了一些常识指南,在我看来,它的一致性与约定一样重要。如果您还没有这样做,那么值得一看 Stylecop用于代码样式和标准。

Guidelines for Names

发件人:Names of Parameters

Choosing good parameter names can significantly improve the usability of your library. A good parameter name should indicate what data or functionality is affected by the parameter.

Do use camel casing in parameter names. Do use descriptive parameter names.

In most scenarios, the name of the parameter and its type should be sufficient to determine the parameter's usage.

Consider using names based on a parameter's meaning rather than names based on the parameter's type.

In developer tools and documentation, the parameter's type is usually visible. By selecting a name that describes the usage or meaning of the parameter, you give developers valuable information that helps them identify the right member for their task and the right data to pass into the member.

关于c# - C# 中是否有命名参数的样式指南?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9305752/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com