MethodLength 和 FileLength 的最佳检查样式设置是什么?

发布于 2024-08-25 04:56:24 字数 116 浏览 7 评论 0原文

我正在启动一个新的 Java Web 项目,该项目将由最多 10 名开发人员参与。

一旦代码库变大,可能很难更改,那么用于 methodLength 和 fileLength 的最佳检查样式设置是什么?

I am starting a new Java web project that will be worked on by up to 10 developers.

It will probably be hard to change once the codebase grows large, so what are the best checkstyle settings to use for methodLength and fileLength?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

酒中人 2024-09-01 04:56:24

我突然想到,超过 100 行的方法和超过 1000 行的类值得再看一下。但这些不应该是“硬”限制。根据您的应用程序,大于此大小的方法和类可能是合理的。

Off the top of my head, I'd say that methods greater than 100 lines and classes greater than 1000 lines are deserving a second look. But these should not be "hard" limits. Depending on your application, methods and classes larger than this can be justified.

旧城烟雨 2024-09-01 04:56:24

sun 风格指南 建议避免长度超过 2000 行的类。我不确定它是否说明了方法长度。

The sun style guide recommends avoiding classes longer than 2000 lines. I'm not sure if it says anything about method length.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文