A recent twitter thread has gained a fair amount of traction. @donnacamos
asks: I'm curious, can a junior developer ask for help too much? If yes, how can you tell?
I'm curious, can a junior developer ask for help too much? If yes, how can you tell?23:08 PM - 21 May 2020
The overwhelming response was: It depends. Most companies worth their salt have some form of mentor program. The mentors or senior developers are there to guide and help newer developers. You should always ask questions about things you are unsure of but not before youâve gone through a process. One response quotes Confucius:
âThe man who asks a question is a fool for a minute, the man who does not ask is a fool for life.â
â Confucius
The first thing you need to do is make sure that you know how to learn. Now theoretically youâve gone through some form of higher education, whether that be traditional college, code bootcamp or self-study. You may still not be learning in a way that is optimal for you. Dr. Barbara Oakley with McMaster University has a free course on Coursera called âLearning How to Learnâ. It is only a 4 hour long course, and is well worth the time it takes to go through, especially if you make use of playback speed increases.
The second thing you need to do is make sure that you know how to solve problems. There are many approaches to problem solving, the one that has worked for me is âPolyaâs problem solving techniqueâ. The breakdown of Polyaâs book âHow to Solve Itâ boils down to 4 core principles: understand the problem, devise a plan, carry out the plan and finally look back. The basic tenet here is that once you understand the problem and carry out your plan, regardless of whether you succeed or not you will still be able to gain insight through retrospect. Your mentors will appreciate you being able to tell them what didnât work, and being able to show them how you approached the problem.
Finally you need to make sure you are asking good questions. Thereâs an adage that says âthereâs no such thing as a stupid questionâ, thatâs a stupid statement. There definitely are stupid questions. The three basic principles of a good question are: itâs specific, itâs clear and concise and youâve put work into it.
Because youâve approached your problem with a plan, and you know the way that you learn. You can now ask your mentors or senior developers specific questions about problems that you understand well and have investigated with a plan. You can show them what youâve tried and what worked and what didnât work. You can also guide the question to an answer that suits your learning style.
Your company wants you to succeed, in reality, theyâve likely spent almost half as much of your yearly salary to hire you. They want you to learn and grow and be better. So go ahead, ask those questions, but make sure youâve followed your process first.
Final thought. If you are a JavaScript developer like me, check out 33 Concepts Every JavaScript Developer Should Know
Top comments (0)