Skip to content

Commit f75077d

Browse files
authored
00-before-we-start.md: expand on the best coding outcomes (#469)
Added a few lines to the "Before We Start" episode on the topic of the best computational solution. This target is multifaceted and can move beyond just 'what is the best way to code this'.
1 parent 2e01d09 commit f75077d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

_episodes/00-before-we-start.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,10 @@ Programming is a multi-step process that involves the following steps:
125125
4. Testing, validating, and adjusting implemented solution.
126126

127127
While _"Programming"_ refers to all of the above steps,
128-
_"Coding"_ refers to step 3 only: _"Implementing the solution in a specific computer language"_.
128+
_"Coding"_ refers to step 3 only: _"Implementing the solution in a specific computer language"_. It's
129+
important to note that _"the best"_ computational solution must consider factors beyond the computer.
130+
Who is using the program, what resources/funds does your team have for this project, and the available
131+
timeline all shape and mold what "best" may be.
129132

130133
#### If you are working with Jupyter notebook:
131134

0 commit comments

Comments
 (0)