livingcomputermuseum / ContrAlto

This repository contains the source code for Living Computers: Museum+Labs's Xerox Alto emulator, ContrAlto.
GNU Affero General Public License v3.0
230 stars 25 forks source link

Minor code cleanup #1

Closed sethm closed 8 years ago

sethm commented 8 years ago

While reviewing the code, I came across two minor areas that could use some cleanup.

  1. Moved a member assignment that looked like it should happen only once to the outside of a loop.
  2. Simplified some assignments in a switch statement.