Day 67/100 100 Days of Code
Rebuild Back Better

AKA Chris, is a software developer from Athens, Greece. He started programming with basic when he was very young. He lost interest in programming during school years but after an unsuccessful career in audio, he decided focus on what he really loves which is technology.
He loves working with older languages like C and wants to start programming electronics and microcontrollers because he wants to get into embedded systems programming.
I started working on creating a new method to reduce the number of repeating lines of code in the game method. The codebase has become hard to read and navigate. The main problem is the TextElement object, which is instantiated for every text that appears on the screen; this means that it needs to be used multiple times for each text element and platform.
The method will be called in the LoadMainMenu() method to remove all those lines from the game method.




