Skip to content

Commit c051b3a

Browse files
author
Joseph Luce
authored
Update good_coding_style_tips.md
1 parent fed97d2 commit c051b3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

good_coding_style_tips.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ However, outside of recursion, I would recommend to always return an object over
1414
### Liskov Substitution Principle
1515
### Interface Segregation Principle
1616
### Dependency Inversion
17+
18+
# Python Style Guide
19+
https://google.github.io/styleguide/pyguide.html

0 commit comments

Comments
 (0)