✨
This commit is contained in:
Binary file not shown.
@ -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}
|
||||
|
Reference in New Issue
Block a user