Contributions are welcome. If you discover bugs or issues, or have ideas for improvements or new features, please file a report on the issue tracker for this repository. Follow the guidelines below to make sure everything goes smoothly.
checkdoc
gulp-
prefix for all public names.gulp--
prefix for all internal names.Write meaningful docstrings for all functions and vars.
checkdoc
.checkdoc
while you're editing.Use cl-lib
instead of cl
. The cl
library pollutes the global namespace and
its usage is therefore discouraged.
cl-lib
, which adds prefixes to all cl function namesflet
when you need to dynamically rebind functions.