Matt-and-Gib/gleemail

Remove Global Variables in Main

Opened this issue · 0 comments

Variables in Main.cpp probably shouldn't be global. Pass variables around in parameters instead.

This may or may not affect performance (for better or worse), so benchmark testing may help give a clearer picture.