Skip to main content
Eria Othieno Pinyi’s Avatar

Eria Othieno Pinyi

Software Engineer
Computer and Mathematical Occupations
Davenport, Iowa
1 Answers
1022 Reads
1 Karma

Active Locations

Joseph’s Avatar
Joseph Nov 26, 2024 1052 views

What is the best approach to take when optimizing code?

I am working on a project in the programming language C++ to create a text-based tic-tac-toe game. I am currently trying to figure out how to find out if someone has won the game and am wondering how I can approach problems like these in a way that will result in readable/easy to debug code...