VenusInterns/BlogTemplate

In BlogDataStore.IteratePosts there is no need to take a list and return it

Closed this issue · 1 comments

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

Fixed in PR #174