Is there any way to avoid unconscious adding alphabet to the code while working on it?

1 visualización (últimos 30 días)
It happened to me many times:
I am working on a long code and sometimes keyborad is touched by pen, hand or .. unconsciously typing some alphabtte even one letter to the code which sometimes is a headache to figure out it was only one extra e.g. ''i''.
Any way to avoid this?
  3 comentarios
John D'Errico
John D'Errico el 12 de Oct. de 2019
Editada: John D'Errico el 12 de Oct. de 2019
Be more careful?
How can a computer know that somehow one keystroke is something you really wanted to do, and another is a complete accident?
Personally, I'd like the editor to catch when I make any logical or mathematical error in my code. Hmm, better yet, it should know what I want to write, without my even typing a single keystroke. What I should have written, if I were a better programmer?
Why do I find these last ideas a bit chilling?
Yes, the editor is actually pretty smart. mlint catches some things. It can suggest if there are some problems in variable or function names. But best is just to be careful.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by