View Single Post
Old 12-11-2017, 03:17 PM   #29
Terisa de morgan
Grand Sorcerer
Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.
 
Terisa de morgan's Avatar
 
Posts: 6,281
Karma: 11806357
Join Date: Jun 2009
Location: Madrid, Spain
Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2
Quote:
Originally Posted by Katsunami View Post
Like Javascript...

Why in hell would someone want to use a non-typed, dynamic, interpreted language for production applications? (Wrapped in the Electron franework, a webapp basically looks like a native one, as Electron's front-end is Chromium.)

Yes, for small projects productivity is very high, but I've been writing some AI fun stuff in Javascript (and the P5.js library to visualize it), but as a project gets even SLIGHTLY big, it becomes very hard to debug if something is wrong. Stuff just stops working, or you get the weirdest of warnings.

The only way I'm able to finish these not-so-huge (but not trivial projects) is to use a linter, that tells me I've not declared "ThisVariable", because the correct spelling is "thisVariable".

As an aside, I loath the Java/JavaScript convention of functionNames() and variableNames. It just looks weird. As someone who started out with Borland Pascal, I STILL prefer to use FunctionNames() and VariableNames, and a type would be called TStuff if it were up to me.
Please, don't make me go there. I'm using it at work now and....
Terisa de morgan is offline   Reply With Quote