DEV Community

Discussion on: What computer science concepts should devs without a CS background prioritize learning?

Collapse
 
high_rigour profile image
Josh Burke

How to structure systems to support concurrency.
We are entering a major shift in industry where concurrency is going to become mandatory. Programming with shared data and interwoven state is going to cause massive loss of time and energy in the future.
The sooner we begin the shift toward a more stateless asynchronous programming methodology the better we will all be.