+ 8
threads
is it good practice to write small programs in a thread to be able to make a bigger program from them running each thread simultaneously if needed?
1 Answer
+ 14
Modularity is a good thing, most of the times.
is it good practice to write small programs in a thread to be able to make a bigger program from them running each thread simultaneously if needed?