You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love OutWatch's overall design, but have some issues with consistency, modules organisation, and naming clashes (I saw the latests re-organisation commits, but I think there is more to discuss)
I love OutWatch's overall design, but have some issues with consistency, modules organisation, and naming clashes (I saw the latests re-organisation commits, but I think there is more to discuss)
Purescript
names like
divare really annoying to use because they clash with prelude.name like
tpeare also annoying to use because they are harder to rememberwould it make sense to follow lucid design and prefix or postfix everything with an
_?it could also help adding back an global
OutWatchthat reexport most useful functions(to see some more lucid examples, github link is here: https://github.com/chrisdone/lucid)