Danc2050 / TheBugTracker

CAPSTONE BUG TRACKER PROJECT
MIT License
1 stars 1 forks source link

Create filterLists.py #4

Closed rag4 closed 4 years ago

rag4 commented 4 years ago

My skeleton for filterLists.py. Have fun reviewing!

rag4 commented 4 years ago

I believe it would be unintuitive to filter a list with another list using regex. We can use list comprehension instead to make the task easier, we just need to specify a type a delimiter, or we could use a file extension that handles separate entries (.csv, .xml).

I was also the person that suggested regex and put them as subtasks in our board in the first place.