Explorar o código

Punting explanation of decorators, for now.

Swaroop C H %!s(int64=12) %!d(string=hai) anos
pai
achega
dde1393ecd
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      17-more.md

+ 5 - 0
17-more.md

@@ -293,6 +293,11 @@ Write to a database or make a network call or etc.
 This will be automatically retried if exception is thrown.
 ~~~
 
+How It Works:
+
+Read
+<http://toumorokoshi.github.io/dry-principles-through-python-decorators.html>.
+
 ## Differences between Python 2 and Python 3 ##
 
 Read these articles: