I was looking at this old project of mine on github and didn't even recognize the code as my own because it looked so good. Look at this shit. And this.
I take issue with how you populate the default feeds in reader.js since you populate new feeds in the callback for populating a feed (I would have returned the Reader instance from the addFeed function), but otherwise this is some pretty good code.
1 comment
1 u/RevanProdigalKnight 25 Dec 2016 13:14
I take issue with how you populate the default feeds in
reader.jssince you populate new feeds in the callback for populating a feed (I would have returned the Reader instance from theaddFeedfunction), but otherwise this is some pretty good code.