Sam Keensamkeen.dev·Aug 3, 2024Python Protocols: Combining Duck Typing with Type Hints for Better CodingPython's dynamic nature and support for duck typing have long been praised for their flexibility. However, as codebases grow larger and more complex, the benefits of static type checking become increasingly clear. But how can we reconcile the flexibi...1 like·67 readsPython
Kiprotich Dominickiprotichdominic.hashnode.dev·Feb 27, 2023Implicit, Explicit, Nominal, Structuring and Duck TypingToday I was a bit confused by the topic chosen for the day. I kept wondering what is implicit, explicit and most of all Duck Typing. The more I pondered the more curious I get. Join me as we demystify these topics in Javascript first we should have a...558 readsJavascript 30 Concepts In 30JavaScript