Update TODO v2.0

This commit is contained in:
chrys87 2017-11-08 17:09:27 +01:00 committed by GitHub
parent 77715ff5da
commit 4ae28544e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ Cleanups:
- split oldValues := newValues out to helper function - split oldValues := newValues out to helper function
[] split it out [] split it out
[] use it in vcsa driver [] use it in vcsa driver
[] re.sub(' +,' ',text) -> text.lstrip()? check this?
- Migrate *Data.py to classes and use getter/setter (Easy for contribution) - Migrate *Data.py to classes and use getter/setter (Easy for contribution)
[] commandsData.py [] commandsData.py
[] eventData.py [] eventData.py