02_user_tutorials:errors
Table of Contents
Errors to avoid
Some common practices that can lead to issues.
Mistake: Storing Nodes outside of the graph
When developing a complex model in GroIMP, it happens that you want to “store” nodes in an “easy” to access data structure (list, array, map, …), or as fields of other objects (create a module with its parent as field). Such kind of development practice are strongly discouraged, as they are both inefficient and prone to unexpected errors in the project. This tutorial will cover what type of issues this behavior can create, and propose different approaches to properly get to the same goal.
02_user_tutorials/errors.txt · Last modified: 2025/12/10 17:28 by gaetan
