Hacker News new | ask | show | jobs
by czDev 5478 days ago
That's the point - you don't learn the whole stack, you let your framework manage it.
2 comments

This is one of my problems with younger developers. They slap framework code together rather than actually figuring out what's going on underneath.

It's one of the reasons I still use PHP. It's the perfect balance between framework and coding.

It's not about being able to add code to every piece of your stack, but understanding what all of its external interfaces do. How many programmers you know can do that with their stacks?