Back to Freecodecamp

Task 10

curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/6620829558e03f4653f58deb.md

latest2.4 KB
Original Source
<!-- (Audio) Sarah: Exactly. Consistent indentation makes the code visually organized. It's a good practice. It also helps maintainability. -->

--description--

To indent is a verb, meaning to make spaces at the beginning of a line. For example: To indent each line in a loop makes the code more readable.

Indentation is a noun, referring to the spaces themselves, like in Good indentation helps in understanding the structure of the code.

Maintain is a verb, meaning to keep something in good condition, such as It's important to maintain clean and well-commented code.

Maintainability is a noun, referring to how easy it is to keep something, like code, working well and easy to understand over time, as in Code with high maintainability is easier to update and fix.

--fillInTheBlank--

--sentence--

Exactly. Consistent BLANK makes the code BLANK organized. It's a good practice. It also helps BLANK.

--blanks--

indentation

--feedback--

This refers to the spaces at the beginning of lines in the code that make it look neat and organized.


visually

--feedback--

This word describes how something looks, in this case, how the code looks better organized because of indentation.


maintainability

--feedback--

This refers to how easy it is to keep the code working well and easy to understand as it changes over time.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 20.02,
      "finishTimestamp": 26.78
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.6,
      "dialogue": {
        "text": "Exactly. Consistent indentation makes the code visually organized.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 4.84,
      "finishTime": 7.76,
      "dialogue": {
        "text": "It's a good practice. It also helps maintainability.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 8.26
    }
  ]
}