Hi all
Here is a patch where I have removed a long method Http::Header::parse with smaller methods….
IMHO, such code is easier to unit test, easier to understand and looks better… ( and is easier to reason about… )
I have found from personal experience that smaller methods simply make for better code ( and more reuse )
Let me know ;-)
– Cheerio atul
