Coding Rule: Lib/function strongly typed parameters
Parameter inputs for functions should have strong typing so that they're reusable in future by other people who dont already know the method
Parameter inputs for functions should have strong typing so that they're reusable in future by other people who dont already know the method