是否有 BUG Calatog,通过一般描述对错误进行分类?

发布于 2024-08-11 11:04:49 字数 101 浏览 1 评论 0原文

是否对错误进行了分类?根据它们的发生地点、副作用、复杂性等对它们进行实际分类和分组?包括他们的简短描述。

有什么建议可以在哪里找到或检查这样的资源吗?

谢谢

Is there any work done on classifying the bugs; practically categorizing and sub-grouping them based on their their occurrence place, side-effects, complexity and so on? With their brief descriptions included.

Any suggestion where to find or check such a resource?

Thanks

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

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

发布评论

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

评论(3

故事与诗 2024-08-18 11:04:49

“虫子”?在堆栈溢出中,还是什么?为此,我想有meta.stackoverflow.com。

如果您需要一般的错误跟踪软件,那么当然有很多,有很多免费和商业的替代品。

此索引列出了至少 30 个软件包,包括免费的和商业的。

"The bugs"? In Stack Overflow, or what? For that I guess there's meta.stackoverflow.com.

If you're after bug-tracking software in general there is of course plenty, with lots of free and commercial alternatives.

This index lists at least 30 packages, both free and commercial.

难如初 2024-08-18 11:04:49

许多错误软件允许您根据某种方案确定优先级。我还没有找到通用的方案,但这是我使用的方案。

有 4 种严重程度。

  • 小错误 - bug 是一个小烦恼。
  • 中等 - 错误可以解决
  • 严重 - 错误无法解决,影响客户
  • 灾难性 - 错误基本上停止了必须工作的功能。

这些错误按模块名称、版本进行分组,并进一步按紧急程度划分优先级。

Many bug softwares allow you to prioritize according to some scheme. I havent found a universal scheme, but this is the scheme i use.

there are 4 severities.

  • Minor - bug is a minor annoyance.
  • Medium - bug can be worked around
  • Severe - bug cant be worked around, affects customer
  • Catastrophic - bug basically stops functionality which is mandatory to work.

The bugs are grouped by module name , version and further prioritized by urgency.

饮惑 2024-08-18 11:04:49

错误定义为

用于描述计算机程序或系统中产生不正确或意外结果或导致其以意想不到的方式运行的错误、缺陷、错误、故障或故障的常用术语。大多数错误是由人们在程序源代码或其设计中犯下的错误和错误引起的,还有一些是由编译器生成不正确的代码引起的。

换句话说;错误无法分类,因为它们与特定程序绑定,因此无法普遍追踪。换句话说;不,正如您必须说的,您不希望此列表用于哪个程序。

A bug is defined as

the common term used to describe an error, flaw, mistake, failure, or fault in a computer program or system that produces an incorrect or unexpected result, or causes it to behave in unintended ways. Most bugs arise from mistakes and errors made by people in either a program's source code or its design, and a few are caused by compilers producing incorrect code.

In other words; Bugs cannot be categorized as they are bound to a specific program and therefore are not universally traceable. In again other words; no, there is not, as you have to say, what program you want this list for.

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