Explore >> Select a destination


You are here

kishstats.com
| | martinheinz.dev
13.0 parsecs away

Travel
| | Even if you write clear and readable code, even if you cover your code with tests, even if you are very experienced developer, weird bugs will inevitab...
| | wimvanderbauwhede.github.io
14.6 parsecs away

Travel
| | A brief introduction into function types, with a way to implement them in Raku and examples in many languages.
| | yasoob.me
15.0 parsecs away

Travel
| | Hi there fellas. This is an answer posted on stackoverflow by e-satis. The original link to the answer is given at the end. No credit goes to me. All of the credit goes to the original author. This answer is posted just because most of us are unaware of how decorators work in python and this answer solves that problem beautifully. Python's functions are objects To understand decorators, you must first understand that functions are objects in Python.
| | etorreborre.blogspot.com
105.6 parsecs away

Travel
| "The Essence of the Iterator Pattern" (EIP) is the paper I liked the most last year. It gave me a brand new look over something which I had ...