July 7, 2020
Leadership Init();
For whatever reason, whenever I write code, I use the constructor to do some stuff to get the main object loaded – some basic stuff – setup some variables and collections but when it comes to getting things going… woo boy… that’s when we call Init(). Init is what gets things going, it’s what makes code sing, it’s what starts the day at the races and gets your app up and running. When I call Initialize (or Init as seen quite often), it’s doing the heavy lifting to figure setup things and get the job done. I like using Init