Jayjader

joined 3 years ago
[–] [email protected] 2 points 11 months ago

@Bezier yeah it's good to know about the differences between Object and RefCounted when you're making custom data containers.

Personally, I've been suffixing my custom/"game object" resources with "-Rs", as in I have PlayerRs, FileRs, DownloadRs, etc.

The namespace pollution is definitely part of the trade-off from just preloading wherever you need the class.