Explore >> Select a destination


You are here

patrickthebold.github.io
| | dmitripavlutin.com
11.3 parsecs away

Travel
| | A pure function always returns the same value for the same arguments and produces no side effects.
| | andreabergia.com
11.9 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.
| | codewithstyle.info
12.5 parsecs away

Travel
| | Recently I wrote about using RxJS as part of my Functional Programming in JavaScript course. Let's see how to combine RxJS with the Angular framework.
| | girdley.com
38.2 parsecs away

Travel
| Side by side, not face to face.