There is only one way to avoid criticism: Do nothing, say nothing, and be nothing.
– Aristotle
Well I finally completed my Math Game from the C Sharp Academy. I gave myself a deadline of today to do it. I’ve refactored the code many times over, and finally said I was done. I found someone else’s version and added to it, as it was amazingly done. Instead of using if-else
like I did, they used a Switch statement to handle everything. I tried that originally but couldn’t get the stopwatch to work and the list of previous games. Oh well, I learned a bunch from this project so I’m happy.
The week started off rough, and has only gotten worse. Monday, my wife’s school had a lice outbreak as I mentioned in a previous post. Well, Tuesday was catchup to washing and drying all the clothes. Yesterday, the battery died in our family car. We have two cars, a junker work car that gets amazing gas mileage but is a piece of garbage, and a family Honda CRV to take the family around. Well, the CRV battery bit the dust. I’m going to try to use an old battery from my dad’s CRV to get around until I can get a new one. On top of that, my four year old daughter just got sick, probably with COVID-19. So, we are taking care of her now. That probably means the rest of the family is next.
The next project in the C Sharp Academy is a calculator. So, I am going to try my hand at that next and give myself two weeks to complete it. I know it’s a simple calculator but I’m still pretty new to C# and not following tutorials for everything makes me really have to think.