Sophomore Year Related Work

Baseball Score Keeper

       This project is a baseball scorekeeper. You choose the names of the teams and add a run when each team scores. When you press submit scores it updates the wins and losses based on who has a higher score. Then, there is a list of players and their scores of the season.

       I have learned that updating apps with new features is hard to keep optimized, especially as you learn more about the language and refine the methods you use to write code. You end up with wildy different implementations for each function. Throughout the making of this, I have learned how to use the various parts of react native to be able to make apps.

       Amassing tech debt, which is shortcut now, pain later, is also the best way to lose motivation for a project. You’ll have one problem that can be solved by fixing something, then a new problem arises and you need to fix that. Eventually it becomes too much and you need to start over or move on.