Back to Freecodecamp

Task 49

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

latest1.8 KB
Original Source
<!-- (Audio) Sophie: I would like to suggest that we create coding guidelines to ensure consistency across our projects. -->

--description--

Guidelines are instructions or rules that indicate how something should be done. For instance, coding guidelines help programmers understand how to write code for a project. Consistency means keeping things the same or uniform, especially in quality. In a work context, ensuring consistency might mean making sure that all parts of a project follow the same standards.

--fillInTheBlank--

--sentence--

I would like to BLANK that we create coding BLANK to ensure BLANK across our projects.

--blanks--

suggest

--feedback--

It means to propose an idea or plan, here referring to Sophie's idea about creating guidelines.


guidelines

--feedback--

They are rules or instructions, in this case, for coding in projects.


consistency

--feedback--

It refers to maintaining uniform standards or practices across projects.

--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": 9.72,
      "finishTimestamp": 14.78
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 6.06,
      "dialogue": {
        "text": "I would like to suggest that we create coding guidelines to ensure consistency across our projects.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.56
    }
  ]
}