/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

lucasfcosta.com
| | andreabergia.com
3.3 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.
| | www.tapper-ware.net
3.6 parsecs away

Travel
| | [AI summary] An educational guide explaining the fundamental concepts of object-oriented programming in JavaScript, covering prototypes, constructors, inheritance, and dynamic typing differences from traditional class-based languages.
| | www.valentinog.com
4.3 parsecs away

Travel
| | It is possible to throw errors from async functions in JavaScript? Keep reading to find out!
| | blog.chand1012.dev
16.5 parsecs away

Travel
| Whether you call it agentic coding, vibe coding, or something else, it's a real thing. Here are some best practices for using it.