Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug1 #2

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Bug1 #2

wants to merge 5 commits into from

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
1 participant