DEV Community

Discussion on: What have been your biggest learning curves as developers? #discuss

Collapse
 
isaacdlyman profile image
Isaac Lyman

Asynchronous programming and Promises. I had a pretty good handle on synchronous programming and control flows, but async is a whole new world, requiring a new way of approaching almost everything. It took me a long time to lock that one down.

Collapse
 
jehillert profile image
John Hillert

Yep.