|
|
|
|
|
by chvid
2288 days ago
|
|
I agree with this. TypeScript makes Java and .NET developers think they understand the language and platform and causes a lot of irrelevant design to be copied over into the JS world where it mutates and becomes absolutely poisonous. Just look at Angular where the boilerplate and crazy dependency injection completely surpasses anything seen in the Java / .NET world. |
|
Store structures, despite the initial difficulty in learning the pattern, simplify things enormously, but can somehow become nightmarishly complicated in the hands of a developer who expresses API/client relationships in terms of Factories and Services... When it's not hell to work with, it's actually quite interesting to observe.