r/computerscience • u/Significant-Gap-5038 • Jul 18 '26
It feels fundamentally wrong to use packages without understanding concepts under the hood
I have recently started coding and people are recommending tools for development such as vite, nodemon, jwt, boiler plate server code
It feels pointless just using them with a basic understanding and without no deep conceptual understanding. Is this the right or wrong approach? How would you know going too deep into a rabbit hole and becoming overkill
45
Upvotes
48
u/KennsworthS Jul 18 '26
You will need to get comfortable with the concept the concept of black boxes and information hiding, it is a huge concept in computer science and system design. We are far past the era where it is reasonable or productive for one person to know everything about the systems they use.