|
|
@ -465,9 +465,9 @@ Module checklist
|
|
|
|
* Author should be set, name and github id at least
|
|
|
|
* Author should be set, name and github id at least
|
|
|
|
* Made use of U() for urls, C() for files and options, I() for params, M() for modules?
|
|
|
|
* Made use of U() for urls, C() for files and options, I() for params, M() for modules?
|
|
|
|
* GPL License header
|
|
|
|
* GPL License header
|
|
|
|
|
|
|
|
* Does module use check_mode? Could it be modified to use it? Document it
|
|
|
|
* Examples: make sure they are reproducible
|
|
|
|
* Examples: make sure they are reproducible
|
|
|
|
* Return: document the return structure of the module
|
|
|
|
* Return: document the return structure of the module
|
|
|
|
* Does module use check_mode? Could it be modified to use it? Document it
|
|
|
|
|
|
|
|
* Exceptions: The module must handle them. (exceptions are bugs)
|
|
|
|
* Exceptions: The module must handle them. (exceptions are bugs)
|
|
|
|
* Give out useful messages on what you were doing and you can add the exception message to that.
|
|
|
|
* Give out useful messages on what you were doing and you can add the exception message to that.
|
|
|
|
* Avoid catchall exceptions, they are not very useful unless the underlying API gives very good error messages pertaining the attempted action.
|
|
|
|
* Avoid catchall exceptions, they are not very useful unless the underlying API gives very good error messages pertaining the attempted action.
|
|
|
|