Original Post
Hi, I am a senior in college going for a compsci major. I also currently have a programming internship. At my internship, I just finished implementing a fairly large (largest I've ever made) program and sent it off to the beta testers. This is the first program I have ever finished professionally, and was just wondering how many bug reports I should expect to get back from the testers. I know this question probably has no easy answer - the number of bugs a program probably has depends upon the size of the program, the complexity of the program, the skills of the programmers', etc, etc... But this being my first program to turn in for beta testing, I would like to be able to know what is "normal" for the number of bugs found in a program. Is there like a statistic based upon the number of lines of code or something? # Of Lines Of C# Code: 50,134 (I actually sumed this up... on the lunch break, of course :-D ) Thanks!