I\'ve been reading Clean Code by Robert C. Martin (Uncle Bob) which states that functions should have as few parameters as possible. Ideally zero.
The book s