- 
  Notifications
 You must be signed in to change notification settings 
- Fork 142
Comparing changes
Open a pull request
base repository: CodelyTV/refactoring-code_smells-design_patterns
base: main
head repository: CodelyTV/refactoring-code_smells-design_patterns
compare: csharp-divergent_change
- 18 commits
- 30 files changed
- 2 contributors
Commits on Apr 22, 2021
- 
 [csharp] [courses_steps_csv] Kickstart base Executed command: `make examples/csharp/create ExampleName=csharp-courses_steps_csv-01_base ContextName=CoursesStepsCsv` JavierCane committedApr 22, 2021 
- 
 [csharp] [courses_steps_csv] Test execution works 🎉 JavierCane committedApr 22, 2021 
- 
 [csharp] [courses_steps_csv] Test execution with mock works ✨ Command to execute tests: `dotnet test` JavierCane committedApr 22, 2021 
Commits on Apr 26, 2021
- 
 
- 
 
- 
 [csharp] [courses_steps_csv] Provide semantics to video step type JavierCane committedApr 26, 2021 
- 
 [csharp] [courses_steps_csv] Provide semantics to the overall CourseS... ...tepsGetController JavierCane committedApr 26, 2021 
- 
 [csharp] [courses_steps_csv] [03_split_parsing_phase] Add base code r... ...eady to be refactored JavierCane committedApr 26, 2021 
- 
 [csharp] [courses_steps_csv] [03_split_parsing_phase] Duplicate loop ... ...in order to allow parallel change refactoring technic JavierCane committedApr 26, 2021 
- 
 [csharp] [courses_steps_csv] Fix mini-typo in file name JavierCane committedApr 26, 2021 
- 
 [csharp] [courses_steps_csv] [03_split_parsing_phase] Clean out the f... ...irst loop only leaving the CSV parsing behaviour JavierCane committedApr 26, 2021 
- 
 [csharp] [courses_steps_csv] [03_split_parsing_phase] Refactor the se... ...cond loop in order to use the parsed DTOs JavierCane committedApr 26, 2021 
- 
 [csharp] [courses_steps_csv] [03_split_parsing_phase] Encapsulate `St... ...ep` class state management not allowing modifying it from the outside JavierCane committedApr 26, 2021 
- 
 [csharp] [courses_steps_csv] [03_split_parsing_phase] Extract method ... ...for the ParseCsv phase 🌈 VS Code is my new best friend. It can extract method ✨ JavierCane committedApr 26, 2021 
- 
 [csharp] [courses_steps_csv] [04_split_serialization_phase] Add base ... ...code ready to be refactored 
- 
 [csharp] [courses_steps_csv] [04_split_serialization_phase] Change se... ...cond loop to store result in Step list DTO 
- 
 [csharp] [courses_steps_csv] [04_split_serialization_phase] Extract m... ...ethods for serialization 
- 
 [csharp] [courses_steps_csv] Move FindCourseSteps from ParseCsv to Co... ...urseStepsGetController entry point 
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
 You can try running this command locally to see the comparison on your machine: 
 git diff main...csharp-divergent_change