Toksyuryel (toksyuryel)'s status on Monday, 02-Jul-12 09:52:40 UTC

  1. @thunderdash It's called a runtime error because it happens when you try to run it. These are normally caused by passing faulty data to some function that wasn't expecting it (for example, the name being too long in your case). Compile-time errors are called such as they happen when compiling and are normally caused by actual errors in the code (frequently syntax errors, though often the actual syntax error won't be the same one the error is complaining about).

    Monday, 02-Jul-12 09:52:40 UTC from web in context