News

Lately I've been trying to split long methods into several short ones. For example: I have a `process_url()` function which splits URLs into components and then assigns them to some objects via ...