We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca64519 commit 4ab8bcdCopy full SHA for 4ab8bcd
1 file changed
episodes/00-before-we-start.md
@@ -125,7 +125,7 @@ Programming is a multi-step process that involves the following steps:
125
1. Identifying the aspects of the real-world problem that can be solved computationally
126
2. Identifying (the best) computational solution
127
3. Implementing the solution in a specific computer language
128
-4. Testing, validating, and adjusting implemented solution.
+4. Testing, validating, and adjusting the implemented solution.
129
130
While *"Programming"* refers to all of the above steps,
131
*"Coding"* refers to step 3 only: *"Implementing the solution in a specific computer language"*. It's
0 commit comments