amatt13/BossFight

Use Object.assign() in js models

Offen

#33 geöffnet am 28.03.2023

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (1 Fork)auto 404
Front Endgood first issue

Repository-Metriken

Stars
 (1 Stern)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide