Explore >> Select a destination


You are here

benlesh.com
| | dmitripavlutin.com
11.2 parsecs away

Travel
| | A pure function always returns the same value for the same arguments and produces no side effects.
| | andreabergia.com
10.1 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.
| | sequoia.makes.software
11.2 parsecs away

Travel
| | New language features can make an expression that was cumbersome to write in ES5 easy in ES6, enabling and encouraging the use of this type of expression. We're going to look at one such case here: how arrow functions make it easier to write higher-order functions in ES6.
| | vickiboykis.com
84.1 parsecs away

Travel
| What are they? Why are they?