All code for the blog can be found at the repository on GitHub. Let's assume we have an application that can peform two simple mathematical tasks - sum and multiply. We decide to split these functions into separate files for easier maintenance:
Full article