Hacker News new | ask | show | jobs
by pwdisswordfishy 93 days ago
> What i mean by this is that all my data is plain JSON and no class instances or objects that have function properties, so that I can serialize/deserialize it easily.

This is known as the "primitive obsession" anti-pattern.