cwtools/cwtools-ck3-config

Refactor: move common used aliases to alias.cwt and remove duplicates.

Open

#5 opened on Sep 14, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)F# (18 forks)auto 404
good first issuepolishrefactor

Repository metrics

Stars
 (25 stars)
PR merge metrics
 (PR metrics pending)

Description

As title. There are several aliases that are defined in a narrowly scoped file but are used across a variety of definitions. This makes it difficult to check at a glance what the aliases for complex descriptions are for example.

Off the top of my head, triggers, complex descriptions, and weight blocks are used in multiple places, but are in specific files at the moment.

Complex aliases used across many definitions could possibly be moved into an aliases subfolder as well.

Contributor guide