|
|
|
|
|
by schwartzworld
1511 days ago
|
|
> The inflow of new engineers which are not so familiar with traditional tools like a basic terminal and a text editor. I think many people start learning to use these tools at the same time they learn to program, I know I did. You expect junior devs to be terminal wizards? > Even a simple web page requires to install 100MBs of dependencies. No it doesn't? Some tooling requires lots of dependencies, but it's still very possible to open a text editor and spin up a web page. |
|
If I said you need to install 100's of mb of gcc to produce a binary, would you say "no you don't? you can write bytes directly from the shell right into a file" It would be a technical fact, and yet kind of stupid to pretend not to understand that today, in all practical senses, one produces a binary with a compiler suite of one sort or another.
Today, it's a growing trend that software is developed using huge ides and stacks of frameworks. And a new developer is started right off at the highest most abstract (most automatic and magic, sold as most "productive" or "practical") layers possible, which requires the fattest of ides and the tallest of stacks.