dollabs / pamela

Probabalistic Advanced Modeling and Execution Learning Architecture
Apache License 2.0
233 stars 13 forks source link

Additional comments needed in code #159

Open dcerys opened 7 years ago

dcerys commented 7 years ago

In the interest of future maintainability, we need to augment the documentation/comments within our code, esp. in htn.clj.

For each non-trivial (and relevant) function, there should be have a combination of doc-string and comments that clearly state:

Also, any multiple-page-length function definitions (e.g., construct-hem-plan-map) should have a few comments interspersed, providing guidance to the reader.

Currently about half of the functions in htn.clj don't meet these objectives.