Back to Freecodecamp

Dialogue 2: Deciding on a Development Environment

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678db8c06245409899bc3b60.md

latest4.3 KB
Original Source

--description--

Watch the video below to understand the context of the upcoming lessons.

--assignment--

Watch the video.

--scene--

json
{
 "setup": {
   "background": "company1-boardroom.png",
   "characters": [
     {
       "character": "Maria",
       "position": { "x": -25, "y": 0, "z": 1 }
     },
     {
       "character": "Jake",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_9-2.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "Maria",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "Jake",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "Maria",
     "startTime": 1,
     "finishTime": 4.9,
     "dialogue": {
       "text": "We need to choose a development environment for the new project. Do you have any preferences?",
       "align": "left"
     }
   },
   {
     "character": "Jake",
     "startTime": 5.64,
     "finishTime": 11.14,
     "dialogue": {
       "text": "I prefer using Visual Studio Code because it's lightweight and has excellent security features.",
       "align": "right"
     }
   },
   {
     "character": "Maria",
     "startTime": 11.76,
     "finishTime": 14.36,
     "dialogue": {
       "text": "I see your point, but I like IntelliJ IDEA.",
       "align": "left"
     }
   },
   {
     "character": "Maria",
     "startTime": 14.52,
     "finishTime": 19.18,
     "dialogue": {
       "text": "It has robust tools for code refactoring, which makes it easier for the team to maintain the code base.",
       "align": "left"
     }
   },
   {
     "character": "Jake",
     "startTime": 19.64,
     "finishTime": 24.5,
     "dialogue": {
       "text": "That's true, but Visual Studio Code has a large selection of extensions.",
       "align": "right"
     }
   },
   {
     "character": "Jake",
     "startTime": 24.92,
     "finishTime": 28.48,
     "dialogue": {
       "text": "It's customizable, which is useful for our different teams.",
       "align": "right"
     }
   },
   {
     "character": "Maria",
     "startTime": 29.01,
     "finishTime": 33.3,
     "dialogue": {
       "text": "I understand, but IntelliJ IDEA integrates well with various build tools.",
       "align": "left"
     }
   },
   {
     "character": "Maria",
     "startTime": 33.72,
     "finishTime": 37.1,
     "dialogue": {
       "text": "It also has built-in support for version control, which we rely on a lot.",
       "align": "left"
     }
   },
   {
     "character": "Jake",
     "startTime": 37.54,
     "finishTime": 42,
     "dialogue": {
       "text": "That's a good reason, but wouldn't we need something that can easily detect vulnerabilities?",
       "align": "right"
     }
   },
   {
     "character": "Jake",
     "startTime": 42.86,
     "finishTime": 46.56,
     "dialogue": {
       "text": "Visual Studio Code has security plugins that are really helpful for that.",
       "align": "right"
     }
   },
   {
     "character": "Maria",
     "startTime": 47.18,
     "finishTime": 52.56,
     "dialogue": {
       "text": "Good point, but IntelliJ IDEA has a strong debugging feature, which can save us time during development.",
       "align": "left"
     }
   },
   {
     "character": "Maria",
     "startTime": 53.06,
     "finishTime": 56.5,
     "dialogue": {
       "text": "Since we often need to debug complex code, it's a significant advantage.",
       "align": "left"
     }
   },
   {
     "character": "Jake",
     "startTime": 56.5,
     "finishTime": 58.68,
     "dialogue": {
       "text": "Okay, let's agree to disagree.",
       "align": "right"
     }
   },
   {
     "character": "Jake",
     "startTime": 59.08,
     "finishTime": 61.26,
     "dialogue": {
       "text": "Maybe we should see what the rest of the team prefers,",
       "align": "right"
     }
   },
   {
     "character": "Jake",
     "startTime": 61.62,
     "finishTime": 64.66,
     "dialogue": {
       "text": "since it won't just be the two of us working on this project.",
       "align": "right"
     }
   },
   {
     "character": "Jake",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 65.16
   },
   {
     "character": "Maria",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 65.66
   }
 ]
}