(no title)
bordercases | 1 year ago
- https://course.ccs.neu.edu/cs2500f18/design_recipe.html - https://cs110.students.cs.ubc.ca/reference/design-recipes.ht... - https://docs.racket-lang.org/htdf/index.html
Between a signature, purpose statement and examples, you've declared most of what documentation provides short of a longer contextual statement of the functions role in a codebase.
For larger modules there is How to Design Worlds.
threatofrain|1 year ago
One may have accidentally glossed over a critical design decision and this process can surface that.