Skip to content

Conversation

@iamleeg
Copy link
Owner

@iamleeg iamleeg commented May 28, 2012

SPOILER ALERT

Readers of Test-Driven iOS Development may wish to try fixing #1 themselves before reading the code in this pull request.

Fixes #1

This pull request addresses the problem noted in Chapter 10 of the book and raised here as #1, that the application introduces duplicate entries in a topic's question list if it loads the same question multiple times.

Further work

While the pull request addresses the reported problem, it uncovers another; the data model in the app can't distinguish different versions of an entity. As an example, two questions that are in the same place (i.e. have the same ID) but different time (i.e. one represents a future edit of the other) cannot be told apart.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Duplicate questions added to list

2 participants