Re: How does the break statement work?
- From: "RobG" <rgqld@xxxxxxxxxxxx>
- Date: 22 Mar 2007 01:22:30 -0700
On Mar 22, 4:24 pm, Cogito <nos...@xxxxxxxxxxxxx> wrote:
I have one more very basic question. How do you check for typing
errors?
Say, I type my program using Notepad and I have a variable called
'area'. Some fifty lines of code later I make reference to this
variable and due to a typo I enter 'arae'. How will I ever discover
the mistake?
Your program probably won't work the way you expect. Frequent and
thorough testing is always required.
--
Rob
.
- Follow-Ups:
- Re: How does the break statement work?
- From: Cogito
- Re: How does the break statement work?
- References:
- How does the break statement work?
- From: Cogito
- Re: How does the break statement work?
- From: Dr J R Stockton
- Re: How does the break statement work?
- From: Cogito
- Re: How does the break statement work?
- From: Dr J R Stockton
- Re: How does the break statement work?
- From: Cogito
- How does the break statement work?
- Prev by Date: find position of a element in a table
- Next by Date: Re: inserting line breaks in text quoted in javascript
- Previous by thread: Re: How does the break statement work?
- Next by thread: Re: How does the break statement work?
- Index(es):
Relevant Pages
|
Loading