{
  "docId": "019f6b8f-8159-75fd-8b94-b1032b0be29d",
  "docSlug": "jarvis-zero-defects-code",
  "documentTitle": "zero defects code",
  "authorId": "zero-defects-code",
  "authorName": null,
  "documentKindSlug": "deck",
  "documentKindLabel": "Deck",
  "sourceTypeSlug": "investor_relations",
  "sourceTypeLabel": "Investor relations",
  "presentationDate": null,
  "orientation": null,
  "aspectRatio": null,
  "pageNumber": 8,
  "pageCount": 10,
  "prevPage": 7,
  "nextPage": 9,
  "slideType": "key_messages",
  "function": "summarize",
  "density": "balanced",
  "nDataPoints": 0,
  "notes": "This slide outlines a methodology for software quality assurance, likely from a technical management or engineering best practices presentation.",
  "elementsJson": null,
  "metadataConfidence": 0.9,
  "imagePath": null,
  "slideHref": "/slides/019f6b8f-8159-75fd-8b94-b1032b0be29d/8",
  "deckHref": "/decks/019f6b8f-8159-75fd-8b94-b1032b0be29d",
  "deckJsonHref": "/decks/019f6b8f-8159-75fd-8b94-b1032b0be29d.json",
  "deckAnchorHref": "/decks/019f6b8f-8159-75fd-8b94-b1032b0be29d#slide-8",
  "components": [
    {
      "bbox": {
        "h": 0.75,
        "w": 0.72,
        "x": 0.14,
        "y": 0.09
      },
      "kind": "list",
      "text": "Step in it: Verify code by stepping through it with a debugger. Code review: Get multiple people to verify code. Glass box testing: Interactive code review with listing open. Presumed guilty: Assume code is broken and prove it works. Self-correction: Fix bugs immediately and reassess why they happened.",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "6b529315-cc53-4ebc-b3b4-1e051edbd7cc",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.04,
        "w": 0.72,
        "x": 0.14,
        "y": 0.88
      },
      "kind": "paragraph",
      "text": "5 The profiler can tell you how long was spent in the code that ran. It can't tell you if the right code was run, for example if a cache eliminated unnecessary work.",
      "attrs": null,
      "subkind": "disclaimer",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "b130256b-a4ec-4454-92fc-58eb4e5921cf",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.02,
        "w": 0.15,
        "x": 0.14,
        "y": 0.94
      },
      "kind": "title",
      "text": "Zero-defects code",
      "attrs": null,
      "subkind": "subtitle",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "a1331157-3d33-48bb-bcae-a973c71c9864",
      "frameworkName": null,
      "frameworkSlug": null
    }
  ],
  "metrics": [],
  "tools": [],
  "frameworks": [],
  "arcBeats": [],
  "loops": [],
  "imagePathAlt": null,
  "thumbSrc": null,
  "thumbSrcAlt": null,
  "locked": true
}