nrinaudo / scala-best-practices

Collection of best practices for the Scala programming language

Home Page:https://nrinaudo.github.io/scala-best-practices/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write an article about not using recursion

nrinaudo opened this issue · comments

It's best not to write recursive functions but rely on combinators such as fold when possible.