Message from JavaScript discussions

August 2017

— 🤔

— 

It makes sense. for MEAN apps I usually go with:
src
-- views
---- module1
---- module 2
-- models
-- helpers
-- endpoints
-- config
-- tests

— But then, that's me

— IMO all electron apps should be in TS

— Just Electron? xD

— Well, I don't mean to imply that

— I just feel it's the right language to use specifically for electron

— It has to do with type safety problems that can very easily cause kernel level malware to run

— The closer you can get to being type safe and using strict typed langs, the better

— Type safety != security

— If there's a security issue it's almost always something along the lines of memory management or parsing

Message permanent page

— Typescript won't help you if you run remote content as a local command :)