DEV Community

Cover image for What Aspects of Coding Still Leave You Feeling Uncertain?
Ben Halpern Subscriber for CodeNewbie

Posted on

What Aspects of Coding Still Leave You Feeling Uncertain?

Despite experience, certain aspects of coding can be challenging. What specific syntax or concepts do you find most perplexing? How do you work on improving your understanding in those areas?

Follow the CodeNewbie Org and #codenewbie for more discussions and online camaraderie!

Image by Freepik

Top comments (4)

Collapse
 
skryking profile image
Jason Ormes

Figuring out when to hunt for and use a library vs rolling my own feature is always my biggest pain point. Even after coding for more than 30 years.

Collapse
 
calinzbaenen profile image
Calin Baenen

Cross-compiling.

Without several (virtual) machines, how the fuck am I supposed to compile my programs for other people? /rt
I literally can't even do the most basic ov things to make my program more accessible to the end-user.

Collapse
 
kurealnum profile image
Oscar

ORM's, Django's ORM in particular. It makes sense, it's just... weird, if that makes any sense.