AnglaisTech
The interesting properties of pure functions
What is a pure function, why is it interesting and how do we use them at Indy?
Lire l'article →
Architecture, bonnes pratiques, retours d'expérience : les ingénieurs d'Indy partagent leur quotidien technique pour concevoir un produit comptable fiable et évolutif.
What is a pure function, why is it interesting and how do we use them at Indy?
Let’s use recursion to sum the elements of an array and understand how to optimize it with tail call optimization.