I know it is too late to change everything but I have question why we need to return list?
IMHO returning tuple will be more correct:
- tuple is unmodifiable collection
- tuple faster and use less memory
- python has syntax sugar for returning tuple
Created at: 2014/02/09 16:39; Updated at: 2014/02/13 15:46