From 8a7dfa0972c83fd811a4296e7373574bea4a28d0 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 19 Jul 2020 20:34:40 +0700 Subject: [usth/ICT2.7] Remove Udacity transcribes --- .../7 - Types of Refactorings - lang_en_vs4.srt | 43 ---------------------- 1 file changed, 43 deletions(-) delete mode 100644 usth/ICT2.7/P4L5 Software Refactoring Subtitles/7 - Types of Refactorings - lang_en_vs4.srt (limited to 'usth/ICT2.7/P4L5 Software Refactoring Subtitles/7 - Types of Refactorings - lang_en_vs4.srt') diff --git a/usth/ICT2.7/P4L5 Software Refactoring Subtitles/7 - Types of Refactorings - lang_en_vs4.srt b/usth/ICT2.7/P4L5 Software Refactoring Subtitles/7 - Types of Refactorings - lang_en_vs4.srt deleted file mode 100644 index b646b14..0000000 --- a/usth/ICT2.7/P4L5 Software Refactoring Subtitles/7 - Types of Refactorings - lang_en_vs4.srt +++ /dev/null @@ -1,43 +0,0 @@ -1 -00:00:00,170 --> 00:00:03,630 -There are many refactorings in Fowler's book, and what I'm - -2 -00:00:03,630 --> 00:00:06,480 -showing here is just a partial list. And we're not going to - -3 -00:00:06,480 --> 00:00:08,930 -have time to go through the complete list of refactorings, - -4 -00:00:08,930 --> 00:00:10,830 -so what I'm going to do instead, I'm just going to pick a - -5 -00:00:10,830 --> 00:00:13,870 -few of those, but I'm going to explain in more depth, - -6 -00:00:13,870 --> 00:00:16,600 -and for which I'm going to provide some examples. In particular, we're - -7 -00:00:16,600 --> 00:00:18,000 -going to talk about the collapse - -8 -00:00:18,000 --> 00:00:20,630 -hierarchy refactoring, the consolidate conditional - -9 -00:00:20,630 --> 00:00:23,600 -expressions, the decompose conditionals, extract - -10 -00:00:23,600 --> 00:00:25,418 -method, extract class, and inline class. - -11 -00:00:25,418 --> 00:00:29,420 -And we're going to see each of those individually in the rest of the lesson. -- cgit 1.4.1