This commit is contained in:
NikolajDanger
2023-06-04 16:48:48 +02:00
parent 3c66301ec1
commit b48e58c713
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -265,7 +265,7 @@
The method will be slower, since writing to storage takes longer than keeping the data in memory, but I have decided that the positives outweigh the negatives.
\subsubsection{Data Type Agnosticism}
\subsection{Data Type Agnosticism}
An important aspect to consider in the functioning of the network monitor is its data type agnosticism: the network monitor does not impose restrictions or perform checks on the type of incoming data. While this approach enhances the speed and simplicity of the implementation, it also places a certain level of responsibility on the recipes that work with the incoming data. The recipes, being responsible for defining the actions taken upon execution of a job, must be designed with a full understanding of this versatility. They should incorporate necessary checks and handle potential inconsistencies or anomalies that might arise from diverse types of incoming data.
\subsection{Testing}