Hello,
I am reviewing the first example code for the bank deposit, and notice that its pretty hard for me to understand.
Quite a bit is “happening” at the same time:
- async event loop
- “wrappers” classes for workflow and activities
- “wrappers” for banking services
- async programming idoms
and more …
Is there someone on the list who would be willing to spend an hour with me on a google meet call to walk through / discuss the code with me …
I feel this is the best way to get up to speed — at least for me …
thank you,
Dan
Hi, were you able to make some progress on this example? Do you have any more specific questions and can you link the sample you are referring to so its recorded here?
There was git example of a back transfer …
I didn’t make progress, and then took a pause from further examining the details – but hope to get back to it –
It seems to me that the documentation is not geared yet to someone, who is a professional developer, but who comes to temporal without any background.
Having worked in the past as a technical writer, I think the entry path could be eased further by untangling the many concerns that the code implements at the same time.