-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List of exercises #1
Comments
Hey, I think overall this is great and Im excited to start working on them :D
That's all! |
Yeah call_remote should be its own thing you're right. Hum actually I wanted to include |
oops you're right haha totally missed the source chain section :D |
Looks like a pretty comprehensive list! A few additions: Prerequisites
Beginner
Intermediate
Advanced
I'm sorry it took me so long to respond to this! |
Thanks @pdaoust , I've included the changes I agree with right away. The items Not sure about the UI calls... Hum will think about those, I don't want this to be a replacement of good tutorials on the part of conductor-api and such... Although there is a need for some more theoretical place that explains the concepts... For example, the Paths page and the capabilities one have been very useful for people to understand the concept, but the gym is a practical place with interactive exercises, not a documentation repository. What do you think about this @pdaoust ? Also, about the unimplemented functions, let's see where we put them when we have them since they might be necessary for some other exercise or not so much. I don't want this to be the definitive list, just a good starting point, the valuable list of exercises is the one that will come out from the feedback we have from people actually doing and trying the exercises I think. |
whoa, in spite of the fact that the gym is not meant to be a documentation repository, those path and capabilities resources are some of the best documentation I've seen on the subject so far. So well structured and well written. So is the intention to have an exercise at the bottom of each page? I think the gym and the core concepts and the guidebook don't have to perfectly match each other in order and structure; they can exist as their own things and simply reinforce each other through cross-linking. I'm definitely going to take your two examples as a template for well-structured guidebook documentation though! What are your concerns about including UI stuff in the gym? To me they feel crucial to understanding the Holochain thing, and it'd be great for hApp devs to get some practice. The holochain-conductor-api repo (which I really think should've been called holochain-client-sdk, cuz that's what it is) does simplify things, but I do still think it's important to have a grasp of what's going on at a basic level -- even if the examples all use the JS lib. Good call on rolling architecture best practices, required_validations, DHT hops, and DHT ops into other places. Seems like some of them don't lend themselves well to an exercise. |
List of exercises:
Prerequisits
Beginner
Intermediate
random_bytes
,zome_info
)init
,schedule
...)Advanced
The text was updated successfully, but these errors were encountered: