Nim programming language finally hit 1.0

Chris wendlec at tcd.ie
Fri Oct 4 09:34:16 UTC 2019


On Thursday, 3 October 2019 at 20:50:53 UTC, Ola Fosheim Grøstad 
wrote:

>
> What I find repulsive about the node.js world that use packages 
> at crazy levels of pervasiveness is the security aspect of it.

The node.js world is crazy, in my opinion. Your whole project 
depends on some "obscure" packages. It's a big gamble and a 
maintenance hell. In my experience, such projects are for 
"instant gratification", it makes the client happy ("Wow! Looks 
good!"), but it quickly turns into a nightmare for those that 
have to maintain it. I prefer to invest time in a sound 
foundation and build on that. Some fancy things are easy to 
achieve with bog standard JS and CSS (transitions, 
transformations etc.), this has the advantage that you're in 
control and you don't depend on some obscure packages. A lot of 
info is here [1].

[1] https://www.w3schools.com/howto/howto_website.asp


More information about the Digitalmars-d mailing list