Would be especially inconvenient in places where you have daylight from 9AM till 4PM and where people rely on electric heating.
1. You can define enum like `const enum A {...}` and they will not have runtime representation.
I'm not sure comparison is correct. If you want routing in jQuery app - you will have some similar concept to routers. Using packers is also not required. And if you want some good automating module splitting in jQuery…
Agree with this one. Reading article i though "Why don't you just drop ImmutableJS in favor of pure js collections with lodash/fp?". I felt the same when were using ImmutableJS. Two collection libraries across the app…
I suppose Vue.js is not very TypeScript friendly?
Don't you use router with vue.js? And what's so messy about JSX?
Probably when you accidentally scanned a document to PDF. Or when you received a document in PDF from some nasty man.
Once I tried to make a union of a sorted set and an unsorted one. Result set inherits behaviour of a bigger input set so when i first got my sometimes-sorted set i thought like loosing my mind.
It could also benefit from constant propagation (iirc the term) where you could write obj.get(Item.name) and both get type check and stay refactoring friendly (though with cost of some more typing).
Would be especially inconvenient in places where you have daylight from 9AM till 4PM and where people rely on electric heating.
1. You can define enum like `const enum A {...}` and they will not have runtime representation.
I'm not sure comparison is correct. If you want routing in jQuery app - you will have some similar concept to routers. Using packers is also not required. And if you want some good automating module splitting in jQuery…
Agree with this one. Reading article i though "Why don't you just drop ImmutableJS in favor of pure js collections with lodash/fp?". I felt the same when were using ImmutableJS. Two collection libraries across the app…
I suppose Vue.js is not very TypeScript friendly?
Don't you use router with vue.js? And what's so messy about JSX?
Probably when you accidentally scanned a document to PDF. Or when you received a document in PDF from some nasty man.
Once I tried to make a union of a sorted set and an unsorted one. Result set inherits behaviour of a bigger input set so when i first got my sometimes-sorted set i thought like loosing my mind.
It could also benefit from constant propagation (iirc the term) where you could write obj.get(Item.name) and both get type check and stay refactoring friendly (though with cost of some more typing).