I've recently started a job and for the past few months, I've been using LLMs to help me write better code more quickly. I also do my research online and ask the LLM for tips to improve my code before submitting it for review, and my colleagues say I'm doing well. However, I really want to enhance my programming skills on my own, but I find myself worrying about spending too much time on individual tasks. I also occasionally struggle with imposter syndrome, which seems pretty standard in this field. So I'm wondering, what's the best way to become a better programmer today? Should I focus on refining my code using LLMs followed by manual adjustments, or is it more crucial to tackle challenges solo and grind through them to really grasp best practices?
1 Answer
Try using LLMs for project ideas or code review, but don't let them write your code for you. Think of LLMs as a mentor that sometimes messes up. They can help you with guidance, not just direct solutions.
Great point! I’ll focus on asking for tips instead of code. Thanks!