-
Notifications
You must be signed in to change notification settings - Fork 10
TODO: Refactoring Work
Hrishikesh Dahiya edited this page Feb 25, 2018
·
6 revisions
- Unit tests using py.test
- Deduplication as per suggestions of codeclimate
- software release
- pip package
- performance benchmarking
- time
- memory
- logging framework
- identify and quantify the requirements of (global) bulk data structures
- itertools to manage memory consumption of the data structure
- Create call graphs using the information given on this issue
- change the functional param in get_lone_author_threads() of
read.py
to positional