Post #1978531
2025-08-13 02:02 UTC
@a_grebenyuk I like programming, telling the computer what to do. So verbose it is, because I want to tell a lot of details, but tedious it is not, because the API is well designed and welcomes my instructions!
Replies (1)
-
@a_grebenyuk@mastodon.social 2025-08-13 02:27
@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.