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
while I am deliberately not using any frameworks/libraries in client.js to make it as approachable (beginner-friendly) as possible I think the structure/organisation of the code could benefit tremendously from the Elm Architecture so it's clear what each piece of the code does and the "flow" of data through the app.
while
I am deliberately not using any frameworks/libraries inclient.js
to make it as approachable (beginner-friendly) as possible I think the structure/organisation of the code could benefit tremendously from the Elm Architecture so it's clear what each piece of the code does and the "flow" of data through the app.For reference, the
client.js
at the time I am opening this issue looks like this:https://github.com/nelsonic/time-mvp/blob/994ccf496a3a602fc9e30d0f51690c2792d1b911/lib/client.js
It works but is rapidly approaching "spaghetti". (and not the tasty kind!)
The text was updated successfully, but these errors were encountered: