My shot on cpp-template example with workers and with usage of Property helper #620
-
I was going to have something like this And I managed to implement it! I'd like to have any constructive feedback
I also hope, that this example is useful for new developers. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi! I looked a bit through your code. I think it looks fine :-) Regarding the property helper, I can see how this seemingly makes things a lot easier. However I'm still not sure if hiding the threading entirely is the way to go, or if it should be more visible in the application design where data is exchanged between threads. I prefer the latter, where well defined channels are used to send minimal amounts of data across (programming with golang tainted me, but I not in a bad way :-). I suggest we keep this here in the discussions and see what other feedback comes in. I suggest to put the code into a public git repo of yours and then we can link to it from here. |
Beta Was this translation helpful? Give feedback.
Hi! I looked a bit through your code. I think it looks fine :-)
Regarding the property helper, I can see how this seemingly makes things a lot easier. However I'm still not sure if hiding the threading entirely is the way to go, or if it should be more visible in the application design where data is exchanged between threads. I prefer the latter, where well defined channels are used to send minimal amounts of data across (programming with golang tainted me, but I not in a bad way :-).
I suggest we keep this here in the discussions and see what other feedback comes in. I suggest to put the code into a public git repo of yours and then we can link to it from here.