Open PhilippMDoerner opened 11 months ago
I wrote a bit about application architecture: https://can-lehmann.github.io/owlkettle/book/guides/application_architecture.html
For the multithreading guide I'd want to include the following:
I'll eventually get around to this, it's just taking a bit to solidify the multithreading stack. I've learned about sanitizers and a lot more about using grinds and am thus working on making sure that the various channel implementations satisfy those (they do not in some cases). Only once that stands can I finish work on ThreadButler and be able to suggest it.
I was wondering why the crud example was not ever added to the docs.
Also, when trying to first learn about writing a GUI program with something like gtk or owlkettle, the basic, general desktop programming info can be a little scarce. At first, I didn't know about doing something in a separate thread so you don't lock up your GUI, for instance. I had seen little references here and there, but didn't understand much. My point is that guides that are more general, like various desktop programming topics (that just happen to use owlkettle), would likely help with long term adoption, so i big :+1: up from me.
I was wondering why the crud example was not ever added to the docs.
It is. See the bottom of https://can-lehmann.github.io/owlkettle/book/guides/application_architecture.html. It is not linked in the main examples page, as it is not an example officially shipped with owlkettle.
I think i forgot about that, but that's not as discoverable as being with the rest of the examples. I said "docs", when i should have said "examples". What is the distinction being made with the crud example not being officially shipped with owlkettle
? I mean, why isn't it? Is it because of the funding credit?
As we chatted about earlier, the nimibook docs should include a
Guides
section.The intent should be to provide guides for various ways of using owlkettle. This shall be subdivided into further subsections if that ever grows.
The guides should be included for now:
In that case, consider adding links to the owlkettle-crud example (and maybe pull the owlkettle-CRUD example into the owlkettle repo?).
Future additions may include: