Explore >> Select a destination


You are here

jrsinclair.com
| | blog.bittersweetryan.com
17.6 parsecs away

Travel
| | In functional programming a map function is a way to create an array by passing each element of the array into a function. Mapping function...
| | fsharpforfunandprofit.com
18.0 parsecs away

Travel
| | Functional programming languages need a different approach
| | andreabergia.com
18.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.
| | nomotherships.com
46.2 parsecs away

Travel
| This Is Water Photo by Ahmed Zayan on Unsplash Metaphor is "a figure of speech in which a word or phrase is applied to an object or action to which it is not literally applicable."1 George Lakoff and Mark Johnsen in their 2003 book "Metaphors We Live By" propose that human thought processes are largely...