In BlogDataStore.IteratePosts there is no need to take a list and return it
Closed this issue · 1 comments
lucasisaza commented
We should do one of the following:
- Don't take a list, but create one and return it
- Accept a list, fill it in the method, but don't return it since the caller already has reference to it
lucasisaza commented
Fixed in PR #174