about summary refs log tree commit diff
path: root/usth/ICT2.7/P4L5 Software Refactoring Subtitles/7 - Types of Refactorings - lang_en_vs4.srt
blob: b646b1424b2e747aefe8938c001c9b7425b40b65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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.