ZAB909 / ChapterMaster

13 stars 21 forks source link

Refactor Roles #216

Open GalacticChimp opened 9 months ago

GalacticChimp commented 9 months ago

Description

Roles and their handling need to be refactored. Currently we have to reference them like role[100,18]. which is cumbersome and hard to read. The rework itself seems simple, but the issue is that there are abpi 1200 such references in the code, which will take a lot of time to resolve.

Proposed change

Additional information

Some extra info: https://github.com/ZAB909/ChapterMaster/pull/195#discussion_r1394993344 from @OH296

OH296 commented 9 months ago

if you don't mind i'll probably have a go at this one as i think i know how to fixit fairly quickly without breaking anything