WittleWolfie / WW-Blueprint-Core

A library to simplify modifying Pathfinder: Wrath of the Righteous.
MIT License
14 stars 5 forks source link

Consider aliasing renamed methods #37

Closed WittleWolfie closed 2 years ago

WittleWolfie commented 2 years ago

Renaming the methods is convenient for describing the functionality of a method. However, renaming can also obfuscate the original component.

e.g. ActionEnterToDungeon is implemented by TeleportToLastDungeonStageEntrance which is not obvious if you already know you need ActionEnterToDungeon.

WittleWolfie commented 2 years ago

As an extension of this: comments should link to all the methods for a given type.

WittleWolfie commented 2 years ago

Instead I'm just adopting a policy of keeping names close to the type unless really necessary.