@iOSDevJobsHQ@CapitalOne@ArtSabintsev Capital One is a terrible company that tricks people that are not able to attain credit. They purposefully tell clients that they are not "credit worthy, yet!" only to continously keep them on their secured credit plan. Find a better job.
@mackozer Ya that screen isnt so good for coding - Try an app called SwitchResX to get full resolution but will be hard to see the code. Ended up switching back to a normal 24 inch after a few months. Hope it works out for you tho!
@a_grebenyuk then you might as well just use a delegate pattern. RX has no benefit in this situation. RX is good for handling the reactivity inside a particular screen but delegate the navigation to dedicated object. This way its easier for the delegate to decide: iOS, iPad Mac .showX()
@a_grebenyuk At times I feel like the coordinator pattern is also major overkill and it seems like its just using a navigation proxy as the intermediary but that is exactly the point. The intermediary only has 1 responsibility - navigation. Benefits become more clear over time.
@a_grebenyuk@ambrstr With coordinators you would just check that the start has reached its childCoordinators array and the "testing" of navigation is done basically.
@a_grebenyuk Mmm No. coordinators are far better approach than this. This basically just a method with a switch case to route in a view controller. Just cuz its bound doesnt mean its doing something different.
@V8tr Thank you so much for this post: https://t.co/dvPfJIcbSE I have been searching the web for a week watching / learning about state machines and this is the only blog post that brought it home for me. ❤️