about summary refs log tree commit diff
path: root/usth/ICT2.7/P3L3 Design Patterns Subtitles/1 - Lesson Overview - lang_en_vs4.srt
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-07-19 20:34:40 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-07-19 20:34:40 +0700
commit8a7dfa0972c83fd811a4296e7373574bea4a28d0 (patch)
tree16d37247e8b909ce5f885affd2b2473faab891fd /usth/ICT2.7/P3L3 Design Patterns Subtitles/1 - Lesson Overview - lang_en_vs4.srt
parentdc6f57c3af35f599abab2c4bac950654282cb519 (diff)
downloadcp-8a7dfa0972c83fd811a4296e7373574bea4a28d0.tar.gz
[usth/ICT2.7] Remove Udacity transcribes
Diffstat (limited to 'usth/ICT2.7/P3L3 Design Patterns Subtitles/1 - Lesson Overview - lang_en_vs4.srt')
-rw-r--r--usth/ICT2.7/P3L3 Design Patterns Subtitles/1 - Lesson Overview - lang_en_vs4.srt31
1 files changed, 0 insertions, 31 deletions
diff --git a/usth/ICT2.7/P3L3 Design Patterns Subtitles/1 - Lesson Overview - lang_en_vs4.srt b/usth/ICT2.7/P3L3 Design Patterns Subtitles/1 - Lesson Overview - lang_en_vs4.srt
deleted file mode 100644
index 152b961..0000000
--- a/usth/ICT2.7/P3L3 Design Patterns Subtitles/1 - Lesson Overview - lang_en_vs4.srt
+++ /dev/null
@@ -1,31 +0,0 @@
-1

-00:00:00,230 --> 00:00:04,560

-In the last lesson, we talked about design, and we saw how difficult it can

-

-2

-00:00:04,560 --> 00:00:10,010

-be to come up with a good and effective design for a given software system. To

-

-3

-00:00:10,010 --> 00:00:12,620

-help address these difficulties, we will discuss

-

-4

-00:00:12,620 --> 00:00:16,560

-design patterns, which can support design activities by

-

-5

-00:00:16,560 --> 00:00:20,710

-providing general, reusable solutions to commonly occurring design

-

-6

-00:00:20,710 --> 00:00:25,410

-problems. Similar to architectural styles, design patterns can

-

-7

-00:00:25,410 --> 00:00:30,400

-help developers build better designed systems by reusing design solutions that

-

-8

-00:00:30,400 --> 00:00:33,730

-worked well in the past and by building on those solutions.