Back to Freecodecamp

Task 39

curriculum/challenges/english/blocks/learn-how-to-document-code-for-a-project/65e993f3248e434a5a47744c.md

latest1.6 KB
Original Source
<!-- (Audio) Brian: Good question. When you make changes, you should use descriptive commit messages. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Brian recommend doing when making changes in the code?

--answers--

Use descriptive commit messages


Contact the team leader for every change

--feedback--

Brian's advice is about how to document changes, not about contacting the team leader each time.


Make changes only when supervised

--feedback--

The focus of Brian's advice is on documenting changes, not on the condition of being supervised.


Revert any changes that are made

--feedback--

Brian suggests documenting changes with commit messages, not reverting them.

--video-solution--

1

--scene--

json
{
  "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
    }
  ]
}