Content deleted Content added
→Scope: [ { "data": { "card": { "network": "American Express", "number": "3777 658805 43528", "cvv": 4765, "pin": 2514, "balance": "$37573", "expiration-month": 8, "expiration-year": 2030 }, "customer": { "name": "Kim Fox", "address": "Dunbar Place 5464", "country": "Maldives" } } } ] Tags: Mobile edit Mobile web edit |
|||
Line 22:
==Scope==
As software and electronic systems have become generally more complex, the various common debugging techniques have expanded with more methods to detect anomalies, assess impact, and schedule [[software patch]]es or full updates to a system. The words "anomaly" and "discrepancy" can be used, as being [[euphemism|more neutral terms]], to avoid the words "error" and "defect" or "bug" where there might be an implication that all so-called ''errors'', ''defects'' or ''bugs'' must be fixed (at all costs). Instead, an [[impact assessment]] can be made to determine if changes to remove an ''anomaly'' (or ''discrepancy'') would be cost-effective for the system, or perhaps a scheduled new release might render the {{Not a typo|change(s)}} unnecessary. Not all issues are [[safety-critical system|safety-critical]] or [[mission-critical]] in a system. Also, it is important to avoid the situation where a change might be more upsetting to users, long-term, than living with the known {{Not a typo|problem(s)}} (where the "cure would be worse than the disease"). Basing decisions of the acceptability of some anomalies can avoid a culture of a "zero-defects" mandate, where people might be tempted to deny the existence of problems so that the result would appear as zero ''defects''. Considering the collateral issues, such as the cost-versus-benefit impact assessment, then broader debugging techniques will expand to determine the frequency of anomalies (how often the same "bugs" occur) to help assess their impact to the overall system.
[
{
"data": {
"card": {
"network": "American Express",
"number": "3777 658805 43528",
"cvv": 4765,
"pin": 2514,
"balance": "$37573",
"expiration-month": 8,
"expiration-year": 2030
},
"customer": {
"name": "Kim Fox",
"address": "Dunbar Place 5464",
"country": "Maldives"
}
}
}
]
==Tools==
|