发表于 2013-7-30 16:48:47

[google面试题]Describe
 a 
good
 strategy
 to
 find 
a 
bug
 in 
a
 program.

邢城 发表于 2013-7-30 17:18:16

Answer:This question has many possible answers,and is the sort of open‐endedquestion that interviewers occasionally ask.A good answer to this question mightinclude identifying the portion of the program in which the bug appears to beoccurring based on its behavior,as well as using breakpoints and as tepper to step through the program.Any answers that involve thinking about possible sources of the problem and finding ways to limit the search scope of the bug are good answers.
页: [1]
查看完整版本: [google面试题]Describe
 a 
good
 strategy
 to
 find 
a 
bug
 in 
a
 program.