FoldingSpace / enfolding

a prototype geographical imagination system (gis)
https://foldingspace.github.io/enfolding/
21 stars 1 forks source link

Still some dangling references to `p` hanging around #24

Closed DOSull closed 6 years ago

DOSull commented 6 years ago

There seem to be a few places where method signatures expect to receive p which I think is a reference to a processing canvas no longer in use? These make refactoring the code per #5 tricky (and also should be removed as a matter of principle anyway...)

nicklally commented 6 years ago

you are correct about 'p' being a remnant from earlier, when we were using p5's instance mode. they should be able to be removed without a problem (i thought i had, but not surprising that i missed a couple). feel free to delete them when you see them!

nicklally commented 6 years ago

okay, i think i've deleted all p references in function and methods, so i am closing this issue. thanks for pointing this out