Email or username:

Password:

Forgot your password?
Top-level
FredPlus10

@thomasfuchs I agree that there are technologies which are prone for instability, but you can even create memory leaks in Rust even though it has great memory management or a Null pointer exception in Kotlin even though it has null-safety.
On the other hand, there are strict JS analysis tools, which, combined with good testing, can lead to stable applications.

1 comment
FredPlus10

@thomasfuchs I personally hate JS as well, but it doesn't mean that their code is bad. Conversely, even the shiniest tool cannot prevent you from writing shitty code.

Go Up