You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👀 I took another look at the implementation of the method “validate”.
Thus I noticed that source code like “if (schema.containsKey("…"))” is used at some places.
The passed key word is always checked.
🤔 I imagine that unnecessary condition checks can be avoided if an other algorithm can be applied.
Thus I propose to consider data processing alternatives by working with Petri nets.
🔮 I am curious on further software evolution in such a design direction.
The text was updated successfully, but these errors were encountered:
👀 I took another look at the implementation of the method “validate”.
Thus I noticed that source code like “
if (schema.containsKey("…"))
” is used at some places.The passed key word is always checked.
🤔 I imagine that unnecessary condition checks can be avoided if an other algorithm can be applied.
Thus I propose to consider data processing alternatives by working with Petri nets.
🔮 I am curious on further software evolution in such a design direction.
The text was updated successfully, but these errors were encountered: