/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

maximorlov.com
| | andreabergia.com
2.2 parsecs away

Travel
| | Error handling is a fundamental aspect of programming. Unless you are writing hello world, you will need to handle errors in your code. In this post, I will discuss a bit the most common approaches used by various programming languages. Return error codes This is one of the most ancient strategies - if a function can fail, it can simply return an error code - often a negative number, or null.
| | 3.70.187.24
1.7 parsecs away

Travel
| |
| | unschooled.org
3.5 parsecs away

Travel
| |
| | initialcommit.com
14.8 parsecs away

Travel
| In this article, we will discuss the difference between Java and JavaScript. The biggest similarity might be... you've guessed it! They both have the word "Java" in their name, which is a type of Indonesian coffee. And the obvious difference is that they are two different programming languages that fulfill different needs on different occasions.