Apply the Program Design requirements (including @spec
, @doc
, and @moduledoc
) to the modules and functions you wrote in each previous daily assignment (after Daily 1). You can put these all in one file, called daily5.exs.
The elixir-lang guide on @spec includes a link to the complete list of typespecs one could use in a @spec
.
Also, finish applying the Program Design requirements to the code examples done in class: sequential.exs
Email files to me AS AN ATTACHMENT.