Skip to content

Commit

Permalink
Updated A3 to mention examples and unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robjhyndman committed Apr 26, 2024
1 parent a7f76ac commit 3395fad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assignments/A3.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ If you implement a object class with S3, you should:
* Create generic function(s) to perform a common task specific to your S3 object (examples below, e.g. most common word).
* Create methods for your custom generic function(s), including suitable defaults.

All user-facing functions should have examples and unit tests.

Marks will be awarded for clean and efficient code, and for good design.


```{r}
#| output: asis
source(here::here("course_info.R"))
Expand Down

0 comments on commit 3395fad

Please sign in to comment.