Understanding tContextLoad
The tContextLoad method as described in the recipe Using tContextLoad to load contexts in Chapter 6, Managing Context Variables.
Pros
tContextLoad is more fine-grained than the other methods described previously, which means that context values could be set up for individual jobs within a project.
As with the implicit context load, use of external files is good practice for managing contexts, because they are less likely to be overwritten during deployment.
Cons
tContextLoad suffers from the same failings as implicit context load; that is, the context variable checks are against all variables or none of them. The fine grain can also be a weakness, because this method does allow much more freedom to developers and could become ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access