Skip to content

Commit

Permalink
Explained which std we mean
Browse files Browse the repository at this point in the history
  • Loading branch information
anenadic committed Nov 20, 2023
1 parent 44b7e99 commit b5847ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _episodes/32-software-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Let's recall the solution requirements we discussed in the previous episode:

- *Functional Requirements*:
- SR1.1.1 (from UR1.1):
add standard deviation to data model and include in graph visualisation view
add daily standard deviation to the data model and include in graph visualisation view
- SR1.2.1 (from UR1.2):
add a new view to generate a textual representation of statistics,
which is invoked by an optional command line argument
Expand Down Expand Up @@ -202,7 +202,7 @@ but also what you can do to make that code amenable to that type of testing.
> **Note 2: we have intentionally left this exercise without a solution
> to give you more freedom in implementing it how you see fit.
> If you are struggling with adding a new view and command line parameter,
> you may find the standard deviation requirement easier.
> you may find adding the daily standard deviation requirement easier.
> A later episode in this section will look at
> how to handle command line parameters in a scalable way.**
{: .challenge}
Expand Down

0 comments on commit b5847ed

Please sign in to comment.