Skip to content

Commit 4854dfa

Browse files
Copilotmmcky
andcommitted
Restore valid Netflix and TutsPlus links that were incorrectly removed
Co-authored-by: mmcky <[email protected]>
1 parent 24f92cc commit 4854dfa

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

lectures/about_py.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ It is used and supported extensively by large tech firms including
117117

118118
* [Google](https://www.google.com/)
119119
* [OpenAI](https://openai.com/)
120+
* [Netflix](https://www.netflix.com/)
120121
* [Meta](https://opensource.fb.com/)
121122
* [Amazon](https://www.amazon.com/)
122123
* [Reddit](https://www.reddit.com/)

lectures/writing_good_code.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ But as a programmer, your aim should be to **automate** repetition, **not** do i
189189

190190
More importantly, repeating the same logic in different places means that eventually one of them will likely be wrong.
191191

192+
If you want to know more, read the excellent summary found on [this page](https://code.tutsplus.com/tutorials/3-key-software-principles-you-must-understand--net-25161).
193+
192194
We'll talk about how to avoid repetition below.
193195

194196
### Minimize Global Variables

0 commit comments

Comments
 (0)