DEV Community

Cover image for What concept in programming you struggled with the most while learning?
Kirill Vasiltsov
Kirill Vasiltsov

Posted on • Updated on

What concept in programming you struggled with the most while learning?

Name anything, whether it is web-related programming, or not. The most difficult concept for me for a very long time has been asynchronicity. It was really hard to stop thinking in sequential execution.

Top comments (6)

Collapse
 
mxldevs profile image
MxL Devs

Disassembling native code. I just can't get the motivation to learn it

Collapse
 
precosmicowl profile image
Kirill Vasiltsov

That sure sounds tedious!

Collapse
 
saint4eva profile image
saint4eva

Concurrency.

Collapse
 
jacobandersen profile image
Jacob Andersen

Dependency Injection

Collapse
 
devstoriesplayground profile image
Devstories Playground

Multi threading.

Collapse
 
precosmicowl profile image
Kirill Vasiltsov

Oh yeah this one also has been a tough one for me.