curriculum/challenges/english/blocks/learn-how-to-document-code-for-a-project/65e8668b12eaa63202034f84.md
A convention is like a rule or way that most people agree to do things, especially in work. For example, in coding, a common rule is to write code in a certain style.
To follow is like to stick to or do what these rules say. So, following coding rules means you write code the way most people agree is best.
BLANK, mention coding BLANK we BLANK in this project.
Also
It is like saying and or plus. Brian is adding more information about what to include regarding coding rules.
conventions
These are the usual rules or ways people agree to do things, like writing code in a certain style.
follow
It means to use or do what the coding rules or ways say in the project.
{
"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": 31.44,
"finishTimestamp": 34.96
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 4.52,
"dialogue": {
"text": "Also, mention coding conventions we follow in this project.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 5.12
}
]
}