Vages / svelte-snake-workshop

A workshop that teaches Svelte and SvelteKit through making the classic game Snake
https://svelte-snake-workshop.vercel.app
MIT License
13 stars 12 forks source link

Place the utility functions that do not change throughout the tasks in the lib folder #21

Closed Vages closed 2 years ago

Vages commented 2 years ago

To the best of my knowledge, the files utils.js and api.js stay the same throughout all tasks.

We could easily place them in src/lib and show off the $lib alias at the same time.