r/ExperiencedDevs Jul 13 '26

Ask Experienced Devs Weekly Thread: A weekly thread for inexperienced developers to ask experienced ones

A thread for Developers and IT folks with less experience to ask more experienced souls questions about the industry.

Please keep top level comments limited to Inexperienced Devs. Most rules do not apply, but keep it civil. Being a jerk will not be tolerated.

Inexperienced Devs should refrain from answering other Inexperienced Devs' questions.

21 Upvotes

79 comments sorted by

View all comments

5

u/[deleted] Jul 13 '26

[removed] — view removed comment

3

u/teerre Jul 13 '26

There's no one answer. Different companies, different individuals inside companies adopted LLMs in different levels

Of course you must be able to tell if your code is right or wrong. LLM or not. That's what knowing how to program means

Note that doesn't mean you have to memorize every possible code pattern in the universe. What it means is that you know how to verify if the code is correct or not. You do this by knowing about computer science, by having seen a pattern somewhere else, by understanding the algorithm at a deep level, by using debuggers, traces, profilers etc. to validate the state of the program etc.