This website requires JavaScript.
Explore
Help
Sign In
renun
/
NetNewsWire
Watch
1
Star
0
Fork
0
You've already forked NetNewsWire
mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced
2025-08-12 06:26:36 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6d3cd0cc19852da30f7fc8bab621358c0a8779f3
NetNewsWire
/
Frameworks
/
Account
/
Feedbin
History
Brent Simmons
3a33c38d5c
Use an inner function in FeedbinAccountDelegate.refreshMissingArticles. I like this pattern because 1) it keeps the switch statement and its cases near each other, and 2) it puts all the actual processing in a single function, which makes it easier to see where processing happens.
2019-12-17 21:24:17 -08:00
..
FeedbinAccountDelegate.swift
Use an inner function in FeedbinAccountDelegate.refreshMissingArticles. I like this pattern because 1) it keeps the switch statement and its cases near each other, and 2) it puts all the actual processing in a single function, which makes it easier to see where processing happens.
2019-12-17 21:24:17 -08:00
FeedbinAPICaller.swift
…
FeedbinDate.swift
…
FeedbinEntry.swift
…
FeedbinImportResult.swift
…
FeedbinStarredEntry.swift
…
FeedbinSubscription.swift
…
FeedbinTag.swift
…
FeedbinTagging.swift
…
FeedbinUnreadEntry.swift
…