18 lines
365 B
Racket
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.}
|
|
|
|
]
|