Scouring the web for claims, you mostly get garbage listicles with almost no substance.
So HN, any experience with them when building or using products? Intuitively, as a blanket statement this seems absurd without knowing the details of the application because it's very easy to build an insecure application... if you want.
Have we met any of these in the wild? Bank applications seemed like a prime candidate because many of them have very old backends and I wouldn't be surprised to learn about hacks that some of them have layered atop to build their mobile apps :)
One such example is this: https://stackoverflow.com/a/42490431/1554844
I would love to be able to describe in a snippet file:
1. Import OnInit, OnDestroy if it's not already 2. Implement the interface 3. Add those methods if needed, add the code + field
Is there a tool that can do / run generic AST transforms with some easy to use templating language / DSL?