top of page

Programming Objective 3

Readable Code/Data Structures

I try to organize my code as I write it. It makes it easier to understand later and easier to organize more in depth after the fact. Clean code helps in allowing others to clearly read it if we are working together or if I may need to hand it off to them.

  • Properties to restrict access to data and run a function only when changed

  • Recursive co-routines

  • Sectioned by region for organization

Overlay and Animate
C# and C++
  • Coroutine to write one character at a time

  • Hash table in C++ using Templates

bottom of page