Fork me on GitHub

Modular type along: Motivation

Overview

Teaching: 20 min
Exercises: 0 min
Questions
  • Why and how to limit the side effects of functions?
Objectives
  • Discuss why single-purpose functions are often preferred over multi-purpose functions
  • Know about pure functions (functions without side effects)

A presentation about modular code development

Slides by Radovan Bast.

Key Points