snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Refactor Snap! edits into changesets #424

Closed cyderize closed 7 years ago

cyderize commented 7 years ago

Refactor Snap! edits into changesets as per #370. It may be wise to merge this into its own branch rather than master in case there are unforeseen bugs caused by this.

Not all changes could be moved to the changeset files, but each function which might cause a merge conflict is now marked with a comment so that the changes can be kept track of.

Closes #370.

stevenbird commented 7 years ago

Thanks @cyderize – checking this out...