superduper icon indicating copy to clipboard operation
superduper copied to clipboard

Manage a CONSTANT module to handle all special characters.

Open jieguangzhou opened this issue 1 year ago • 1 comments
trafficstars

For example:

_SOURCE = '_source'
_LEAVES = '_leaves'
_DB_LOAD_PREFIX = '?db.load'

This allows for global management of field information and facilitates problem troubleshooting during development, enabling developers to find all references through this variable.

jieguangzhou avatar May 24 '24 14:05 jieguangzhou