Skip to content

Make main loop more planar #4

@rdarder

Description

@rdarder

Right now, main loop does:
c = NextCommand()
c.Exec()

In a command pattern like fashion. There aren't any other uses for a command, so it makes sense to just delegate command execution to the NextCommand() procedure.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions