Keeping functions small and breaking out other functionality will help keep code maintainable and easier to unit test. Avoid large functions that try to do more than one job.
Keeping functions small and breaking out other functionality will help keep code maintainable and easier to unit test. Avoid large functions that try to do more than one job.