curriculum/challenges/english/blocks/learn-how-to-document-code-for-a-project/65e993f3248e434a5a47744c.md
Listen to the audio and answer the question.
What does Brian recommend doing when making changes in the code?
Use descriptive commit messages
Contact the team leader for every change
Brian's advice is about how to document changes, not about contacting the team leader each time.
Make changes only when supervised
The focus of Brian's advice is on documenting changes, not on the condition of being supervised.
Revert any changes that are made
Brian suggests documenting changes with commit messages, not reverting them.
1
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Brian",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "7.1-3.mp3",
"startTime": 1,
"startTimestamp": 6.6,
"finishTimestamp": 11
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 5.4,
"dialogue": {
"text": "Good question. When you make changes, you should use descriptive commit messages.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 5.9
}
]
}