-
Notifications
You must be signed in to change notification settings - Fork 14
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
More detailed info per concept #34
Comments
I do think this should be broken down into an issue for each structure but wanted to have input from you @geekygirlsarah first before I create a bunch of issues. |
Hmm, I do like this, but actually thought this was an issue on CT's site, so I was pondering how descriptions could be added in meta files for display on the site (but also included in the file when people implement them in text editors). So this might be a good way to do it but not have to consult the docs. (Also the success rate of people reliably reading docs before submitting things isn't always great...) Thoughts on this? |
You're right, inline documentation would be great for this. On the other hand it's documentation and thus belongs here too. I'm thinking maybe we can have the best of both worlds, add the documentation to the |
Commenting to say that I love this idea. People may read the name of the concept and not be entirely sure what that means in the language that they know how to use. Especially given that some words become verbs in languages that are not the same thing as the general purpose of that word. |
Oh gosh, the cross-repo commits will be a bit wild, but I suppose it could work if someone felt up to that. I figure stuff that's documented on the main site with regards to language stuff isn't really cross-posted to the docs, which is more about how to use and develop on the site. So since this would be language-specific, it should go in CT and not in the docs. |
*could the docs become part of the main repo? (I assume there is a solid reason to split them, so I don't want to presume that combining is the right thing to do) |
I have thought about this. They're two separate build processes. (ct.us is Heroku, docs is Netlify.) While they could be merged and set up to have separate build processes, that's probably a thing only I can do due to needing access to the accounts, and my time is getting focused on some more important things. Not ruling out the possibility of the documentation that can go in both places, but really for now I think having it in the meta files is easiest and most logical. |
Ok then I'm gonna leave this open cause we still should link to ct user docs at the least, |
I'm fine leaving this open as we think on it more. |
What I propose
For each structure there should be a documentation page that explains every category in more detail.
Why this is a good idea
It can be hard to correctly implement a structure file cause it is not always clear what a category is about just from the short category header alone.
This would make it easier to find it out and thus it would help to keep implementations across languages more consistent
Possible implementation
The text was updated successfully, but these errors were encountered: