Respuestas al mensaje #1,739

  • 🔧 Site instability resolved. You can report double-posts and broken attachments. For bigger issues, use the Technical Grievances thread.
    🇵🇦 Nuestro primer dominio localizado está en español en kiwifarms.pa. Our first localized domain is on Spanish on kiwifarms.pa.
Shoggoth

Programming thread

Like in everything in life, I think the answer is "it depends" For example, it depends on the language and runtime at your disposal. Generally...
Anti Crusader

Programming thread

Exceptions blow. In toy examples they're fine, but in practice they create situations where functions can exit early by surprise, which is a...
glow

Programming thread

It depends on what is idiomatic for your programming environment: Let's say a user entered their email address incorrectly: In Java, you throw a...
Strange Looking Dog

Programming thread

I'd say exceptions are for when the function can't complete it's task and the correctness of the caller is dependent upon the completion of the...
stares at error messages

Programming thread

It all depends on where in your program you want to redirect the control flow of your program after an error. If the function that encounters an...
Jones McCann

Programming thread

That depends if the condition that caused it to return false should be of concern to you. If not then it's safe to return false and forget about...
Atrás
Top Abajo