Hacker News new | ask | show | jobs
by fowlerje 4778 days ago
I really like the UI you made. And the ability to change the number of days to keep posts is really cool too. Are you doing any checking for duplicate posts between sites?
1 comments

Thanks! And yes! If you check out the CoreDataManager -- https://github.com/hodgesmr/CoderNews/blob/master/CoderNews/... -- you can see that I'm checking by url and title. There could be improvements though, like parsing trailing slashes that sometimes allow for dupes.