Should be:
Civet: A Superset of TypeScript
91–100 of 237 posts
Re: Civet: A Superset of TypeScript
#92Its not about how concise or short your code looks, its how about much time the new intern coming tomorrow needs to understand those 1000 line files. I find the syntax very hard to remember and confusing
Re: Civet: A Superset of TypeScript
#93Re: Civet: A Superset of TypeScript
#94Re: Civet: A Superset of TypeScript
#95Re: Civet: A Superset of TypeScript
#96Re: Civet: A Superset of TypeScript
#97This has to be an error in the documentation: Should be:
Re: Civet: A Superset of TypeScript
#98Really redminds me of coffeescript, lots of special syntax that doesn't really help readability? I have a hard time understanding the motivation of this project other than syntactic sugar-maxxing JS/TS.
Languages like this don't make sense anymore. You can just pick a mature, feature-rich language you like (Rust, Kotlin, Python, probably many more) and transpile to JS.
Re: Civet: A Superset of TypeScript
#99Re: Civet: A Superset of TypeScript
#100Keep it simple. Code should be easy to read. Also, ain't nobody got time to learn yet another obscure abstraction that will add only a marginal productivity gain at best (and probably sacrifice readability + add another build step + add another learning curve to new devs in the process).