0
comment
comment
on 8/22/2011 3:30 PM
SOLID and its relevance to F#
There has been an increasing amount of exposure for F# and functional
programming lately. If you come from an object-orientated background a change
in mindset is required when working with functional programming, there is a
lot of misinformation on functional languages and their relationship with
object-orientated design. In this post we run quickly through SOLID to see if these object-orientated principles apply to F#, and if so, how.
This post assumes you are familiar wi[...]