Fakultas Ilmu Komputer UI

Skip to content

Refactor Serializer in Views

Bunga Amalia Kurniawati requested to merge bungamaku/refactor-views-serializer into dev

Refactor the implementation of serializer checking method from using KeyError and if/else to utilize .get() in serializer dictionary.

Merge request reports