Answer the question
In order to leave comments, you need to log in
How to describe the dependencies between the elements of the system?
We make projects based on a ready-made platform. The principle of the platform is probably closest to 1C or Sharepoint:
Answer the question
In order to leave comments, you need to log in
The architecture of the project code should work out this functionality automatically.
Fix the architecture!
I can tell you: if you are doing something on a PC, you are processing the input data.
So you need to check:
1. What exactly needs to be processed - a list of mandatory and optional variables.
2. What is processing tolerance and what is garbage - regex/isNull/etc.
3. Check the presence of all mandatory variables before starting processing.
If something is missing, immediately throw an error when running the code.
All this should be done at the very beginning of the project - in the head block of the code, where all non-generated variables are stored.
If you set (initialize) variables inside blocks that depend on the input data to this block - THIS IS IMMEDIATELY EPIC FAIL!
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question