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

1 次查看(过去 30 天)
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 个评论
John D'Errico
John D'Errico 2019-10-12
编辑:John D'Errico 2019-10-12
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.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by