Closed evoskamp closed 1 year ago
the author_id being null fixes the queries, but I'd like to change how those values are identified in general.
I really think that the whole magic number thing was a mistake and I should have uses a flags/type field to id the records.
Yeah, there's just no way to argue against that. :-)
Magic numbers, overloading identifiers, and having identifiers have structured meaning always comes back to bite you in the ass.
the author_id being null fixes the queries, but I'd like to change how those values are identified in general.
I really think that the whole magic number thing was a mistake and I should have uses a flags/type field to id the records.
Move to author_id being NULL instead