|
You are here |
patrickthebold.github.io | ||
| | | | |
dmitripavlutin.com
|
|
| | | | | A pure function always returns the same value for the same arguments and produces no side effects. | |
| | | | |
andreabergia.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | Side by side, not face to face. | ||