Mandrake v0.0.1 Mandrake.Annotation
Mandrake annotations.
Summary
Functions
Raise an exception if time to remove deprecation is over
Raise an exception if time to write documentation is over
Raise an exception if time to fix an issue is over
Raise an exception if time to fix redundancy is over
Raise an exception if time for todo is over
Functions
Raise an exception if time to remove deprecation is over.
Examples
iex> Mandrake.Annotation.deprecation({{2015, 12, 31}, {0, 0, 0}}, "Code refactoring needed")
nil
Raise an exception if time to write documentation is over.
Examples
iex> Mandrake.Annotation.documentation({{2015, 12, 31}, {0, 0, 0}}, "Write documentation for Math module")
nil
Raise an exception if time to fix an issue is over.
Examples
iex> Mandrake.Annotation.fix({{2015, 12, 31}, {0, 0, 0}}, "Fix issue in 'sum' function")
nil
Raise an exception if time to fix redundancy is over.
Examples
iex> Mandrake.Annotation.redundancy({{2015, 12, 31}, {0, 0, 0}}, "Fix redundancy")
nil