ovr / StaticScript

:rocket: TypeScript compiler on top of TypeScript as frontend and LLVM as backend
Other
629 stars 29 forks source link

Shorten "console_log" #12

Open ghost opened 5 years ago

ghost commented 5 years ago

console_log should be shorten to log since it is generally widely used, it gets tiring having to write it since it is somewhat a long name. I understand why it is currently named like this, however I believe it would be beneficial for most developers to sacrifice a bit of familiarity with efficiency.

ovr commented 5 years ago

Thank you for idea, I will think a little bit about this moment