A discussion of how to do Computer Science well, particularly writing code and architecting program solutions.
Showing posts with label novice programmer. Show all posts
Showing posts with label novice programmer. Show all posts
Saturday, March 23, 2019
Repost: Code Smells ... Is concurrency natural?
Writing parallel code is not considered easy, but it can be a natural approach to some problems for novices. When a beginner wants something to happen twice concurrently, the reasonable thing would be to do what works once, a second time. Instead, this may conflict with other constructs of the language, such as main() or having to create threads. See more here.
Subscribe to:
Posts (Atom)