Please enable JavaScript.
Coggle requires JavaScript to display documents.
Literal Values Consolidation (Why (Variable Scoping, To determine…
Literal Values Consolidation
How
Top Down Approach
Pros
Cons
Steps
Bottom Up Approach
Pros
Utilize the current folder structure for scoping
Assuming the folder structure make sense and is consistent
At early phase of consolidation, irrelevant TCs can be ignored immediately.
Steps
Consolidate TC level values on code review
Place the variables in the TC
Create a new file which will hold the new variables
For Each folder residing on the same level, look for similar values and consolidate them inside a file on the parent folder
Continue this process until we reach the point that we can't consolidate anymore.
Cons
Why
Variable Scoping
To determine depenencies
System Analysis
Impediments
Future Outlook