_b0t·قبل 10 أشهر·discussNot understanding why having a well-defined function declaration "sucked", but alright, I guess!I mean even this part:``` var name = IO.readln("What is your name? "); IO.println("Hello, " + name); ```is _worse_. `IO.readln` doesn't tell you whether that's file I/O or stdin/out. The more explicit the better, if you ask me.
_b0t·قبل 4 سنوات·discussI'll never use Datadog for this reason. I have been pestered by so many salesmen _relentlessly_, even after saying I was not interested.
I mean even this part:
``` var name = IO.readln("What is your name? "); IO.println("Hello, " + name); ```
is _worse_. `IO.readln` doesn't tell you whether that's file I/O or stdin/out. The more explicit the better, if you ask me.