Page MenuHomeDevCentral

Code documentation
ClosedPublic

Authored by dereckson on Feb 21 2016, 20:47.
Tags
None
Referenced Files
F3746325: D299.diff
Fri, Nov 15, 20:15
Unknown Object (File)
Sun, Nov 10, 14:47
Unknown Object (File)
Sun, Nov 10, 02:40
Unknown Object (File)
Sun, Nov 10, 02:39
Unknown Object (File)
Sat, Nov 9, 13:22
Unknown Object (File)
Sat, Nov 9, 10:39
Unknown Object (File)
Sat, Nov 9, 04:16
Unknown Object (File)
Fri, Nov 8, 23:52
Subscribers
None

Details

Summary

The code prototype were considered as self-documented, using clear
variable and function names, dividing the problem to solve into
small functions.

We add documentation to add some notes and provide a foundation for
the future evolution of the code.

In addition, PEP 0257 convention is followed.

Test Plan

Proofread the code comments.

Diff Detail

Repository
rNOTIFCLI Notifications center CLI client
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Code documentation.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson edited edge metadata.

PEP-0257: "The docstring is a phrase ending in a period."

dereckson edited edge metadata.

Dots everywhere.

dereckson edited edge metadata.
This revision is now accepted and ready to land.Feb 21 2016, 20:54
This revision was automatically updated to reflect the committed changes.