Post #1978532
2025-08-13 02:27 UTC
@groue I definitely prefer verbose, detailed, composable, consistent, easy to change. This is exactly what UIKit offers. Take delegates for an example – still unbeatable in terms of extensibility and performance. I like to have full control over what updates and when, views as classes with clear identity, being able to traverse the view hierarchy, etc-etc. We had it good.
Replies (2)
-
@a_grebenyuk@mastodon.social 2025-08-13 02:29
@groue I’m just saying that the only potential downside - boilerplate, feels heavy to set up - are also now pretty much eliminated.
-
@hboon@mastodon.social 2025-08-13 02:52
@a_grebenyuk @groue delegates was super easy to find implementors and trace the call tree. Combine and publishing-types etc was really really hard.