11 mins
You have 0 further articles remaining this month. Join LeadDev.com for free to read unlimited articles.

Expressions are the most basic form of human interaction! Programming languages are trending more towards using expressions rather than procedural statements, adopting the declarative paradigm.

In this talk we will see how we can shift our mindset from procedural programming to functional programming. We will replace loops with lambda expressions and work through fun code examples. At the end of the talk, you will come away awed but not fearful of the reduce function! All code samples will be shared on GitHub. No prior experience in functional programming is necessary.