Back to Freecodecamp

Task 51

curriculum/challenges/english/blocks/learn-how-to-share-your-progress-in-weekly-stand-up-meetings/6579e0e6402c813da7e25ca2.md

latest1.8 KB
Original Source
<!-- (Audio) Sophie: I recommend that we start by defining coding standards for different programming languages we use. -->

--description--

Coding standards are like rules for writing computer code. Think of it as agreeing on how to build a brick model, so everyone uses the same colors and steps. This makes it easier for everyone to understand and work together.

--questions--

--text--

What does Sophie suggest that the team do?

--answers--

To stop using different programming languages

--feedback--

Sophie's suggestion is about setting standards, not stopping the use of languages.


To immediately implement new coding guidelines

--feedback--

She suggests starting with defining standards, not immediate implementation.


To hire more programmers for the project

--feedback--

Her recommendation is about coding standards, not expanding the team.


To begin by defining coding standards for various languages

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 15.12,
      "finishTimestamp": 19.56
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.44,
      "dialogue": {
        "text": "I recommend that we start by defining coding standards for different programming languages we use.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.94
    }
  ]
}