What is software cleanup and review?
It is the software equivalent of copy editing, applying the final polish on the work. We go through your software, and do all of the things to the code base that you mean to do, but never get around to. We make sure that the formatting is consistent to the specified style. We create manpage-style headers for all of the functions. We make sure that the code is adequately commented with correct and up-to-date information. While we are at it, we review the code checking for bugs, and may even suggest architectural changes. We also check, or create the external documentation of the software such as design documents. Or we can do a subset, or superset, of these functions.