From b2d80610db6beda38573890ed169815e495bc663 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 24 May 2020 16:34:31 +0700 Subject: [usth/ICT2.7] Engineer software --- .../7 - Types of Refactorings - lang_en_vs4.srt | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create 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 new file mode 100644 index 0000000..b646b14 --- /dev/null +++ b/usth/ICT2.7/P4L5 Software Refactoring Subtitles/7 - Types of Refactorings - lang_en_vs4.srt @@ -0,0 +1,43 @@ +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