79731475

Date: 2025-08-10 20:04:36
Score: 1
Natty:
Report link

Do you really need it to be a struct? This is painfully easy with a class; if you need a struct, you can always just have your class emit a typed struct in your subclass. Don't be afraid to harness the much greater power of a class and emit a struct if you need the lighter weight for moving the data around.

Food for thought.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
Posted by: chornbe