Back to Freecodecamp

Task 10

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

latest1.6 KB
Original Source
<!-- (Audio) Brian: Of course. The first thing you should do is create a clear README file in the project's root directory. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Brian suggest Sophie should do first for the project?

--answers--

Start coding immediately

--feedback--

Brian's suggestion focuses on documentation first, rather than starting with coding.


Create a clear README file in the project's root directory


Organize a team meeting

--feedback--

While meetings can be helpful, Brian specifically advises starting with the creation of a README file.


Research similar projects

--feedback--

Brian's advice is about documentation, not researching other projects at this stage.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 7.5,
      "finishTimestamp": 12.96
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.46,
      "dialogue": {
        "text": "Of course. The first thing you should do is create a clear README file that's in the project's root directory.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.96
    }
  ]
}