|
|
|
|
|
by qbasic_forever
1930 days ago
|
|
You don't have to use any tools, plain old HTML, CSS and javascript still work just like they did 25 years ago. Tools come and go, they serve a purpose like writing code in a more futuristic style and compiling it down to a broader browser support base. There will always be a treadmill like that in any language. Look at how C++ has evolved from its 90's roots to more modern C++11, 14, and 17 styles--each change also required more work for the tooling, compilers, build systems, etc. to learn. It's just in the C++ world there are far less people working on tools than in the web world. |
|