←back to thread

205 points bsoles | 1 comments | | HN request time: 0.202s | source
Show context
ctz ◴[] No.41908126[source]

  Runtime errors surface when a program
  runs into an unexpected condition or situation
  such as dividing by zero, memory overflow, or
  addressing a wrong or unauthorized memory
  location or device, or when a program tries to
  perform an illegitimate or unauthorized operation
  or tries to access a library, for example.
  The programs must be thoroughly tested for
  various types of inputs (valid data sets, invalid
  data sets and boundary value data sets) and
  conditions to identify these errors. Once identified,
  runtime errors are easy to fix.
Embarrassing horseshit.
replies(5): >>41908241 #>>41909426 #>>41909473 #>>41910499 #>>41919927 #
1. booleandilemma ◴[] No.41919927[source]
Software development is one of those things that's easy until you have to actually sit down and do it.