ca2longoria / spritely

A reimagining of the unfinished charasprite project, but this time using a preexisting local Java web server, nanohttpd.
Other
0 stars 0 forks source link

Split Spritely's non-static class Server into two: a separate general Server class, and one calling the Spritely methods #2

Closed ca2longoria closed 10 years ago

ca2longoria commented 10 years ago

Right now, it feels strange to have all that generic server logic, and suddenly in the middle of a method is a specific reference to its parent Spritely class. Feels strange... strange indeed...

ca2longoria commented 10 years ago

This is low priority, for the moment. Once there are enough client-side calls to Spritely-referencing URIs, I'll have a better idea of how to organize those. Then, I may refactor.

ca2longoria commented 10 years ago

Made obsolete by Issues #6, #7, #8.