deepcoder icon indicating copy to clipboard operation
deepcoder copied to clipboard

Code cleanup

Open dkamm opened this issue 7 years ago • 0 comments

  • [x] Fix semantics of Variable
    • [x] iterate_inputs typemap is called with both a dict of type -> Variable list and a dict of type -> int index list.
  • [ ] Google style guide conformance
    • [ ] Fix uses of _ (typemap vs type_map)
    • [ ] Fix uses of abbreviations (p vs program)
    • [ ] Audit direct from module imports

dkamm avatar Oct 15 '17 21:10 dkamm