Closed ashelkovnykov closed 1 year ago
@bonbud-macryg @rovmug-ticfyn @brbenji @tomholford Looking for input on this idea
You pointed out some old code in %chess
from before it had a frontend and I left a XX:
in there about either removing that stuff or specifically supporting it. Retooling that where possible to play Chess in the dojo would be crazy. I also like the idea of %chess
being somewhat functional without a frontend. (If that's what it takes to escape JS...)
It would also be very "urbit" if people were globbing their own frontends onto %chess
and distributing them among their peers, all of those versions sharing a common backend. Splitting the repos might make that a little easier, but does it risk making DevEx more annoying than it currently is?
I have no sense of how important licensing is, so defer to you.
If %chess is meant to be a teaching ground for what Urbit can do, I think this does it. If a new developer is brought in to improve %chess, it would be a great paradigm shift to see the Urbit backend as its own complete thing. And the point would be driven home right when they follow the ReadMe for setting up the Dev environment.
“The front end is just a facade and all the javascript is vestigial. We’re waiting for the chance to be rid of it.”
Early on I had the conviction for %chess in the terminal.
Here are some of the inspirations I came across:
More discussion about this on issue #43 - including broadening the proposal to split the code into three repos, not two.
Unmentioned in the linked discussion, but occurring to me now: storing the app details in a third repo offers several benefits:
@ashelkovnykov Splitting into three repos sounds good to me but I haven't used GH quite enough yet to have a very well-informed opinion on this. As long as it's easy enough for devs to use - "How quick and easy is it to onboard an App School finisher? Assuming no more experience than the %chess repo currently does" might be a good measure of that - I'm happy with however you decide to split it up.
I think this has been resolved positively, and there's now an issue to track the work: #106.
Seems like this might be the correct thing to do. Because of the Urbit HTTP API, the frontend is basically just an agent that lives in the browser that talks to the
%chess
agent on a ship. Plus, it would allow us to do things like:%chess
, GPL3 for the frontend)