Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Name Pre/Suffixes (TrivadisGuidelines3Plus.xtend) into Config File #1

Closed
S-Koell opened this issue Feb 3, 2020 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@S-Koell
Copy link

S-Koell commented Feb 3, 2020

The following hardcodings should be read via a config file in the system:

public static String PREFIX_GLOBAL_VARIABLE_NAME = "g_"
public static String PREFIX_LOCAL_VARIABLE_NAME = "l_"
public static String PREFIX_CURSOR_NAME = "c_"
public static String PREFIX_RECORD_NAME = "r_"
public static String PREFIX_ARRAY_NAME = "t_"
public static String PREFIX_OBJECT_NAME = "o_"
public static String PREFIX_CURSOR_PARAMETER_NAME = "p_"
public static String PREFIX_IN_PARAMETER_NAME = "in_"
public static String PREFIX_OUT_PARAMETER_NAME = "out_"
public static String PREFIX_IN_OUT_PARAMETER_NAME = "io_"
public static String PREFIX_RECORD_TYPE_NAME = "r_"
public static String SUFFIX_RECORD_TYPE_NAME = "_type"
public static String PREFIX_ARRAY_TYPE_NAME = "t_"
public static String SUFFIX_ARRAY_TYPE_NAME = "_type"
public static String PREFIX_EXCEPTION_NAME = "e_"
public static String PREFIX_CONSTANT_NAME = "co_"
public static String SUFFIX_SUBTYPE_NAME = "_type"

Also see the following conversation in the original repo:
Trivadis#10

@S-Koell S-Koell added the enhancement New feature or request label Feb 3, 2020
@S-Koell S-Koell assigned S-Koell and L-K-Primus and unassigned S-Koell Feb 6, 2020
@S-Koell S-Koell closed this as completed May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants