That's an interesting idea - yes, it'd be reasonably easy to add a plugin to the Web IDE that added the upload date.
I tend to use git here and I just have a folder of random bits of code that I keep in Git and so synced between PCs. If there's a project where I want to know if things are up to date I just add const VERSION = 0.2; or similar to the head of the program.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
That's an interesting idea - yes, it'd be reasonably easy to add a plugin to the Web IDE that added the upload date.
I tend to use git here and I just have a folder of random bits of code that I keep in Git and so synced between PCs. If there's a project where I want to know if things are up to date I just add
const VERSION = 0.2;
or similar to the head of the program.