Explore >> Select a destination


You are here

curiosityhealsthecat.blogspot.com
| | humberto.io
17.5 parsecs away

Travel
| | Learn how to set mutable objects as default on Django Model Fields properly, and save you a lot of time with debugging
| | blog.nuculabs.de
15.2 parsecs away

Travel
| | Hello, In this short article I would like to talk about context managers. I personally consider that at the core they are just a form of decorators. If you don't know what a decorator is check the Decorator Pattern Wikipedia article. Decorators can be used to implement cross-cutting concerns. We have componentA and we need logging and security, we could write the logic for logging and security handling in componentA but some people consider component a should be componentA not componentAthatAlsoKnowsAboutSecurityAndOtherStuff. Since it's not the component's responsibility to authorize requests or log calls to a external logging service, we can wrap the componentA into a decorator that does just that.
| | babeljs.io
24.0 parsecs away

Travel
| | Babel 7.1.0 finally supports the new decorators proposal: you can try it out by using the @babel/plugin-proposal-decorators plugin ??.
| | blog.logrocket.com
89.7 parsecs away

Travel
|