Miloš Lapiš

Results 63 comments of Miloš Lapiš

@HeeCheol-Kim ... really? Remember that JS is case sensitive.

@mischkl ... but isn't it just a different organizational point of view ... because: * if you put the code to just one ConfigService, it would work * or because...

@mischkl ... hmmm, I don't think so ... `APP_INITIALIZER` tokens as `multi` providers and their dependencies are initialized first. All the rest is waiting. The problem above in the Plunker...

With all the new ideas in mind (experimentation is still the key force that moves things forward), don't forget the slightly older ideas. They're still important, and thousands of developers...

@splincode Yep, it's elegant but still, it means about one sorting phase more than necessary.

https://stackoverflow.com/questions/30076219/does-es6-introduce-a-well-defined-order-of-enumeration-for-object-properties But probably the most important factor is the transforming of Map structures where the order was/is guaranteed from the beginning and where no historic relations exist at all. And...

@infacto But the key point is to get the best performance on already pre-sorted maps.

@infacto Yep. It's all about it. Introducing `null` as the optional value of `compareFn` will do it. The rest is simply about not introducing a serious breaking change. > Don't...

@petebacondarwin The `compareFn` is optional. Do you think it's impossible to extend the design and also accept the `null` value and not only a function? It would eliminate the necessity...