Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.
This repository was archived by the owner on May 20, 2023. It is now read-only.

Avoid code repetition due to break #14

@CodedOre

Description

@CodedOre

TextUtils contains some code where some text modules are not displayed according to some flags.

The switch statement currently repeats a few lines, due to valac complaining about an break statement in a if scope when the case is not always "broken".

So, we need to see if we can improve this code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Code ReviewGood to StartGood Issue to start with if you want to contribute

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions