DEV Community

Discussion on: What programming concept did you struggle the most with?

Collapse
 
wilsongramer profile image
Wilson Gramer • Edited

I was learning Go and struggled a lot with channels and buffered channels, after using promises for everything in JavaScript. I kept getting deadlocks trying to wait for multiple goroutines to all finish!