← Back to context

Comment by Rohansi

16 days ago

What does being intuitive have to do with software optimization? You can write poorly performing code for anything. Most people never touch profilers.

The same kind of bugs don’t happen in Vue because the framework handles them for you.

  • Maybe fair maybe not, but definitely unrelated to how intuitive it is.

    • I'd argue that it's directly related. If intuitive use of a library/framework/pattern commonly causes issues, you have to keep forcing yourself to do use non-intuitive approaches to prevent them.

      GOTO is also pretty intuitive.

      1 reply →