parent
ab1458f5bb
commit
eac9208f3f
|
@ -323,8 +323,9 @@ Pick a rule for consistently naming and ordering the parameters of your
|
|||
Finally pick the same name for all function/method arguments in a module
|
||||
that refer to the same kind of data---regardless of whether the module
|
||||
implements a common data structure. For example, in
|
||||
@filepath{collects/setup/scribble}, all functions use @racket[latex-dest]
|
||||
to refer to the same kind of data, even those that are not exported.
|
||||
@hyperlink["https://github.com/racket/racket/blob/master/pkgs/racket-index/setup/scribble.rkt"]{@filepath{pkgs/racket-index/setup/scribble.rkt}},
|
||||
all functions use @racket[latex-dest] to refer to the same kind of data,
|
||||
even those that are not exported.
|
||||
|
||||
@subsection{Sections and Sub-modules}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user