Denver Open Source Users Group

February 1, 2022
Tue

Venkat Subramaniam: Refactoring from Imperative to Functional Style

Note: This will be a hybrid meeting: in-person at Thrive Workplace in the Denver Tech Center, and live-streamed to the meetup group's YouTube channel by Matt Raible.

Learning syntax is part of our lives and that comes from practice. The challenge with programming in the functional style is to be able to think in a paradigm that is different from the one we are used to. In this live coding presentation, we will take a look at how to promote such thinking by taking some imperative style code and refactoring to functional style. Along the way, we will discuss the thought process to make the journey a pleasant experience.