In an excellent post on writing secure maintainable C code, curl maintainer Daniel Stenberg writes: Smaller functions are easier to read and understand than longer ones, thus preferable. And heR…| The Reinvigorated Programmer