Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesha authored Feb 21, 2024
1 parent ca64519 commit 4ab8bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/00-before-we-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Programming is a multi-step process that involves the following steps:
1. Identifying the aspects of the real-world problem that can be solved computationally
2. Identifying (the best) computational solution
3. Implementing the solution in a specific computer language
4. Testing, validating, and adjusting implemented solution.
4. Testing, validating, and adjusting the implemented solution.

While *"Programming"* refers to all of the above steps,
*"Coding"* refers to step 3 only: *"Implementing the solution in a specific computer language"*. It's
Expand Down

0 comments on commit 4ab8bcd

Please sign in to comment.