amatt13/BossFight

Use Object.assign() in js models

Aberta

#33 aberto em 28 de mar. de 2023

 (2 comentários) (0 reação) (0 responsável)C# (1 fork)auto 404
Front Endgood first issue

Métricas do repositório

Stars
 (1 estrela)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Use Object.assign() instead of manually mapping each field to key-value pair.

Complex types such a references to other models classes can be created by first popping the dict with the complex type and creating it seperately.

Guia do colaborador