curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/6620829558e03f4653f58deb.md
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.
Exactly. Consistent BLANK makes the code BLANK organized. It's a good practice. It also helps BLANK.
indentation
This refers to the spaces at the beginning of lines in the code that make it look neat and organized.
visually
This word describes how something looks, in this case, how the code looks better organized because of indentation.
maintainability
This refers to how easy it is to keep the code working well and easy to understand as it changes over time.
{
"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
}
]
}