You have a particularly complicated API proxy in Edge., that uses many variables and conditions You are concerned that the number ot names is quite large, and can become confusing What can you do?
A.
Use the period "." to namespace variables.
B.
Create a data dictionary describing all the variables
C.
Use camelCase variable names instead of snake_case
D.
Break the proxy into smaller components using proxy chaining
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit