Skip to content

Tags: sheigel/CleanLegacyCode

Tags

22

Toggle 22's commit message
Refactoring: Extracted IBookOverviewView interface; Modified BookOver…

…view to instantiate BookOverviewPresenter inside its constructor; Modified BookOverviewPresenter to use IBookOverviewView instead of the concrete view; Modified unit tests to run against BookOverviewPresenter; Removed System.Web.dll reference from unit tests project; Removed BookOverviewSpy from unit tests

22CO

Toggle 22CO's commit message
Refactoring: Extracted IBookOverviewView interface; Modified BookOver…

…view to instantiate BookOverviewPresenter inside its constructor; Modified BookOverviewPresenter to use IBookOverviewView instead of the concrete view; Modified unit tests to run against BookOverviewPresenter; Removed System.Web.dll reference from unit tests project; Removed BookOverviewSpy from unit tests

21

Toggle 21's commit message
Refactoring: Extracted BookOverview.DisplayFilteredBooks, BookOvervie…

…w.FilterBooks, BookOverview.DisplayBooks methods into BookOverviewPresenter class

21CO

Toggle 21CO's commit message
Refactoring: Extracted BookOverview.DisplayFilteredBooks, BookOvervie…

…w.FilterBooks, BookOverview.DisplayBooks methods into BookOverviewPresenter class

20

Toggle 20's commit message
Refactoring: Extracted GetPublisherId and GetBookCollection to BookRe…

…pository and injected IBookRepository into BookOverview; Modified unit tests to reflect this design change

20CO

Toggle 20CO's commit message
Refactoring: Extracted GetPublisherId and GetBookCollection to BookRe…

…pository and injected IBookRepository into BookOverview; Modified unit tests to reflect this design change

19

Toggle 19's commit message
Refactoring: Extracted BookOverview.FilterBooks and BookOverviewl.Dis…

…playBooks methods; moved BookOverview methods according to their roles

19CO

Toggle 19CO's commit message
Refactoring: Extracted BookOverview.FilterBooks and BookOverviewl.Dis…

…playBooks methods; moved BookOverview methods according to their roles

18

Toggle 18's commit message
PublisherUnknown 1st passing test for filtering by Publisher.Unknown …

…and Publisher.Classification bug

18CO

Toggle 18CO's commit message
PublisherUnknown 1st passing test for filtering by Publisher.Unknown …

…and Publisher.Classification bug