.Net: Process Framework: Add Predefined Function Names and Events #9511
Open
Description
- name: Process Framework: Add Predefined Function Names and Events
- about: I suggest adding predefined function names and events to the Process Framework, either through base/abstract classes or utilizing source generators. This enhancement would standardize the naming conventions and reduce potential errors caused by typos or inconsistencies.
Proposal:
Introduce base or abstract classes that define common function names and event identifiers.
Alternatively, implement source generators to auto-generate these names based on conventions or attributes.
Benefits:
- Consistency: Ensures uniform naming across the codebase, improving maintainability.
- Error Reduction: Decreases the likelihood of typos or mismatches in function and event names.
- Ease of Use: Simplifies the development process by providing readily available identifiers.
Example:
In the ProcessDemoGraphNodesEdges project, standardizing function names and events could streamline the implementations found in Process.Abstractions, Process.Core, and Process.LocalRuntime.
References:
Branch: joslat-process-framework-graph-edges
Metadata
Assignees
Type
Projects
Status
No status