LearnNewsExamplesServices
Frontmatter
id3257
titlebuildScripts/addConfig
stateClosed
labels
enhancementstale
assignees[]
createdAtJul 4, 2022, 12:31 AM
updatedAtSep 13, 2024, 4:30 AM
githubUrlhttps://github.com/neomjs/neo/issues/3257
authortobiu
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 13, 2024, 4:30 AM

buildScripts/addConfig

Closed v8.1.0 enhancementstale
tobiu
tobiu commented on Jul 4, 2022, 12:31 AM

a new build program to automatically generate configs would be sweet.

after picking a config name, the program should ask (multi-select) to generate the

  1. beforeGetConfig()
  2. beforeSetConfig()
  3. afterSetConfig()

methods boilerplate logic.

follow up ticket: the program should create a class instance (in nodejs) to figure out if this config was already set inside a base class. if so, remove the trailing config underscore and call the super class methods (in case they do exist).

tobiu added the enhancement label on Jul 4, 2022, 12:31 AM