The terms are generally interchangeable for most people. For tech support, engineering, and development normally a bug is a reproduce-able (coding issue, hardware deficiency, etc) issue while a glitch is a one off incident
Glitches can be completely random issues that never happen again, or can be an indication of a potential bug but are not usually repetitive thus not able to be diagnosed nor reproduce-able. A bog will normally be a repetitive/common occurrence and/ore easily reproduced and diagnosed, thus eventually be address or repaired
In short, the bug is the cause, the glitch is the result. A bug is an unintended behavior in a particular part of a system. A glitch is the result of that unintended behavior. Take video games for example. A bug might be, say, something the developers did not intend to happen. The term “glitch” might be used to refer to both the particular thing going on in the game’s code to make it happen *and* the result of that.
Latest Answers