decentraland / explorer-technical-backlog

This is the backlog for big scale architecture decisions regarding the Explorer product and its sub-products
1 stars 2 forks source link

Decrease usage of MonoBehaviours for subsystems #14

Closed BrianAmadori closed 2 years ago

BrianAmadori commented 3 years ago

Problem Statement

MonoBehavior has the following issues:

Also, they lack a well implemented lifecycle. I'm going to enumerate a few of the issues here:

To prevent these issues, we aim to implement the following policy:

Actionables:

BrianAmadori commented 3 years ago

Maybe we should put this on an ADR?