wcoots / vue-minesweeper

💣 Personal project to build minesweeper in Vue
https://minesweeper-app.netlify.app/
GNU General Public License v3.0
3 stars 0 forks source link

Tidy up repository #23

Open wcoots opened 4 years ago

wcoots commented 4 years ago

A lot of the code in the app was made in a hurry while I was watching TV and/or drunk. Therefore a lot of it is inefficient garbage with high time complexities. Before the release of v1.0.0 I would like to go over this code and improve it.

The places that need the most attention are the scripts and the vuex store

kritzware commented 4 years ago

A good goal, and perhaps as a learning aid for us, would be to see if we can remove lodash support.

wcoots commented 4 years ago

A good goal, and perhaps as a learning aid for us, would be to see if we can remove lodash support.

I like this idea

loicadolphe commented 4 years ago

Any plans to update to Vue 3?