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)
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.
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.
ORM's, Django's ORM in particular. It makes sense, it's just... weird, if that makes any sense.