1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-04 19:21:46 +00:00

Updated tutorial_gdscript_efficiently (markdown)

reduz
2014-09-20 09:02:57 -07:00
parent e310ff356e
commit 246646dd4c

@@ -4,6 +4,8 @@
This tutorial aims to be a quick reference for how to use GDScript more efficiently. It focuses in common cases specific to the language, but also covers a lot related to using dynamically typed languages.
It's meant to be specially useful for programmers without previous or little experience of dynamically typed languages.
## Dynamic Nature
### Pros & Cons of Dynamic Typing