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.
| | 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.
| | 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.
| | blog.martinig.ch
33.1 parsecs away

Travel
| Informations and opinions about software architecture, developers on call, holacracy, Scrum, continuous testing, product management, saying thank you, tech leadership, customer journey maps, code reviews, code sharing, good bugs, android testing and open source project management.