Technology September 6, 2016 Notes on Clean Code: Fundamentals by Uncle Bob Episode 4: Function Structure Function signatures should be small and have few arguments as possible. In this episode, the various types that should or should not be passed was discussed.