you are viewing a single comment's thread
view the rest of the comments
[–] 7 points 5 months ago* (1 child)

Infinite loop and hard coded magic constant; this should have a configurable timeout and a resource file the string is read from so we can internationalize the application. Additionally, the use of a goto with a hard coded line number is a runtime bug waiting to happen after unrelated refactors; it's best to use a looping construct that has more deterministic bounds.

  • source
  • parent
  • hideshow 1 child comment