Using cmdtab and filling out the x.Description is a good opportunity
to practice some light-weight Behavior Driven Development by describing
how the command is to be used before ever implementing the x.Method
(or anything it depends on).
We need to make sure this gets into the documentation.
Using
cmdtab
and filling out thex.Description
is a good opportunity to practice some light-weight Behavior Driven Development by describing how the command is to be used before ever implementing thex.Method
(or anything it depends on).We need to make sure this gets into the documentation.