|
|
|
|
|
by progmetaldev
1057 days ago
|
|
Probably one of the benefits I gained from writing JavaScript before ES5 (although have worked with many languages, I've only used a few that were dynamic - PHP, JS, and old VB). I write my functions as early as possible, having remembered hoisting rules from JavaScript (and trying to only rely on OOP with Python where it naturally makes sense). Looking at your Julia example, this seems much more friendly and less surprise and error-prone. |
|