racket/pkgs/racket-doc/scribblings/style/todo.scrbl
2015-09-14 16:23:57 -05:00

18 lines
365 B
Racket

#lang scribble/base
@(require "shared.rkt")
@title{Todo List, Call for Contributions}
@itemlist[#:style 'ordered
@item{Write a section on when macros, when functions.}
@item{Write a section on how to design test cases.}
@item{Write a section on how to check the stressability of your software.}
@item{Find and link to good/bad examples in the code base.}
]