Reply To: Turn-based logic best practices?

Forums 💬 NodeCanvas 🗨️ General Discussion Turn-based logic best practices? Reply To: Turn-based logic best practices?

#13551
Gavalakis
Keymaster

    Hello again,

    Well… Exceptions should ideally not happen for any correct program execution anyway 🙂 Aren’t these exception something that you can account/handle for, or are these exception qualify as bugs? What are these exception more specifically? Are they exceptions thrown by some custom tasks for example?

    Thanks.