A2 Checklist (9 items)
Last updated: over 9 years agoTo Do (9 left)
- Don't access private variables (_variables) (e.g. _children, _symbol)
- Do not use magic constants/lists/str, use global variables
- Make sure you have appropiate REQ statements
- Check for correct TypeContracts
- Run my unittest
- Check if you're using the latest regextree.py
- Your all_regex_permutations returns a set
- Finish this checklist
- Don't mention code in your function descriptions (docstring)