gpt4 book ai didi

formatting - 如果其格式不符合某些规则,如何使您的代码不可编译?

转载 作者:行者123 更新时间:2023-12-02 11:09:34 25 4
gpt4 key购买 nike

如果其格式不符合某些规则,如何使代码不可编译?
例如(C#语言):

if (a < b)
{
// <-- build error with message "empty line"
k = j + h;
}

要么
public void Method(int a, int name) // <-- build error with message "parameter name 'a' is too short"
{
//...
}

最佳答案

如果您专门针对C#样式检查,是否尝试过stylecop

有关样式检查器的完整列表,wikipedia是您的 friend 。

关于formatting - 如果其格式不符合某些规则,如何使您的代码不可编译?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10961159/

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