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
{{ message }}
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.
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 can definitely see the issues with the naming clashes in prelude and I'm not happy with it either.
However I'm not a hundred % convinced yet, that this is the answer. I can't really point to exactly why, but to me it's not pleasing solution yet.
Maybe, though, we could support both? Then you can import the module you like and go with that if you value consistency.
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
div
are really annoying to use because they clash with prelude.name like
tpe
are 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
OutWatch
that reexport most useful functions(to see some more lucid examples, github link is here: https://github.com/chrisdone/lucid)
The text was updated successfully, but these errors were encountered: