Ask HN: What do you do in your coding job as a senior which a fresher can't?
I have noticed that as a result of the vast ecosystem of open source software, web application development has become extremely rapid, to the point that a person fresh out of college can, in a few weeks become a productive backend or frontend developer to the extent that they can compete with their more experienced colleagues on delivering projects in time.
Is this situation unique to my company or is this true elsewhere as well? What can a senior engineer do to ensure they don't become irrelevant and replaced by cheap freshers?
3 comments
[ 2.9 ms ] story [ 23.3 ms ] threadOften times tasks are poorly scoped or insufficient research has been done on it. This is where the senior engineer brings his experience in to play to be able to complete it.
To not become irrelevant you need to be familiar not only with the language, but best practices, and external impact and integration of your changes across all levels. Being able to address issues before the QA stage is critical. So it's not just fulfilling the story it's understanding what the story intended to do and possibly revising it.
Knowing how to do something while required is only small part of the overall job.