Frontmatter
| id | 6251 |
| title | data.Model: afterSetFields() => take ownership of creating & updating the record class |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jan 18, 2025, 2:19 PM |
| updatedAt | Jan 18, 2025, 2:32 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6251 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 18, 2025, 2:32 PM |
from a separation of concerns perspective: a store should be in charge of creating records, the model should be in charge of creating the record class.
data.RecordFactoryinstead