## Problem Currently long function implementations are contaminating header files. This makes it much more challenging for new users to pick up and use the code. ## Solution Logic should be moved out of the headers.
Problem
Currently long function implementations are contaminating header files. This makes it much more challenging for new users to pick up and use the code.
Solution
Logic should be moved out of the headers.