Duck Typing and Interfaces in Gdscript and Kotlin: Advantages and Disadvantages



Hey all,


I'm sure you've heard the term "Duck Typing" thrown around in regards to Godot's gdscript. In this video I present a simple explanation of what it means and how flexible and powerful it is.


I also do a quick comparison to other programming analogous programming concepts such as programming to Interfaces (Kotlin), and the advantages and disadvantage of using each.




Comments

Popular posts from this blog

Creating a Fake Refraction, Bubble Shader for your 2D Godot Game!

Development on Android NDK Tutorial - Gluing C++ Native Code to Java

Godot Tutorial: How to read all files in EVERY sub directory (Breadth/Depth first Search)