필터 지우기
필터 지우기

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