nigh all problems in software development

5 views
Skip to first unread message

Raoul Duke

unread,
Sep 29, 2025, 3:47:21 PM (11 days ago) Sep 29
to pi...@googlegroups.com
can be addressed by adding another layer of abstraction. 

i think the javascript world, especially React, gives haskell , scala, et. al. a serious run for its money in this regard. 

Mike Austin

unread,
Oct 1, 2025, 3:03:46 PM (9 days ago) Oct 1
to PiLuD
Abstract all the things! :)

On a side note, I finally made progress on my "Jira" type app acceptance criteria checklist. The hard part was syncing and race conditions updating the server and UI. That's solved by using optimistic updates in URQL.

Using "optimistic updates", the cache is updated immediately before the request is sent, so the the controlled state of the checklist doesn't lag and get out of sync.
Reply all
Reply to author
Forward
0 new messages