Arutiunian Artem

Results 100 comments of Arutiunian Artem

Browser console is always better, why don't you want to use it? imho there is no need to separate log view.

> it worked on mobile Very good point

Ok, here another case. You write a library for npm and type an argument of public function. You can't control a user env and don't know which type system they...

@raveclassic do you really think it is safety?? ![image](https://user-images.githubusercontent.com/27290320/82342966-e7ea7f00-99fa-11ea-9eb3-81f60607c755.png) A type system, with this case, is useless and getting false garanties

https://github.com/kufii/CodeSnap/issues/27#issuecomment-704856343 works for me

@ai main code impact of Effector serving functionality for computed stores, when you can [cross] subscribe store to store. It automatically solves [diamond broblem](https://en.wikipedia.org/wiki/Multiple_inheritance#The_diamond_problem)s and same others. The solution for...

@ai By the way, why we need cross-subscriptions between stores? In product, it simplifies the main development problems: coupling and cohesion. It reduces result application bundle and improves DX (debugging,...

@ai the core here https://github.com/zerobias/effector/tree/develop/src/graphite

> Can you explain what does it mean? @ai the docs are still thin, sorry by that. I think this is a good explanation of "diamond" problem (tests check lack...