DEV Community

Discussion on: What advice would you give to junior developers?

Collapse
 
sdesani profile image
Santosh Desani • Edited

Yup to most extend. As an example, if you have a Spinnaker pipeline which deploys the artifact, if everyone understood what different stages that pipeline has and what each phase does (what script/lib it uses), it would reduce time and effort in testing/troubleshooting/fixing. Not necessarily understand the script/lib itself code wise but atleast knowing/understanding what it does can help.

This thought can also be expanded to other areas as well. If you consume something internally, testing/troubleshooting becomes easy if we understand what that service/server, that we consume, is doing and what are some of its dev/deployement workflows.

Thread Thread
 
arikaturika profile image
Arika O

On a different note, I especially agree with this one when it comes to learning frameworks but not having any clue about how the language actually works :).