Skip to content

Refactor sequence_parser.cpp #55

@KOLANICH

Description

@KOLANICH
  1. switch is abused. It may make sense to populate a data structure, select from it and hope that the compiler would optimize it away.
  2. it is too coupled with drawing to screen. It may make sense to emit a sequence of structures describing chunks of text and their styles. And maybe create a separate lib, useful for other software.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions