Explore >> Select a destination


You are here

www.integralist.co.uk
| | curiosum.com
4.5 parsecs away

Travel
| | Bringing SOLID to Elixir. How to improve code quality and system architecture. Discover practical tips for implementing these principles effectively.
| | www.jrebel.com
2.0 parsecs away

Travel
| | Using SOLID principles in Java development can help keep the primary value of your software high. Learn more about object oriented design principles, here.
| | wegowise.github.io
3.9 parsecs away

Travel
| | Great New Feature in RSpec 3: Verifying Doubles Posted by Joe Sep 3rd, 2014 ...
| | ashishvegaraju.com
41.2 parsecs away

Travel
| In my last article about Functional domain modeling, I explored the expressiveness of F# in modeling a domain. I fell in love with the simplicity and expressiveness of the language. In this article I will attempt to explore function purity in F#. In F#, functions are first class citizens because it allows to pass function as an argument to other function, return a function or assign function to a variable. Initially I found it a bit hard to wrap my head around the concept of treating functions as first class citizens. In fact one of the biggest challenge for me was surprisingly not the weird syntax of F#, but to think in terms of functions.