Skip to content

WIP: Remove Param.parse usage

Evan Welsh requested to merge ewlsh/gnome-shell:ewlsh/remove-params into main

[WIP]

Param.parse is unnecessary with modern JavaScript language features and relies on re-assigning to function parameters which is challenging to statically analyze. The function's logic is also often less clear than the equivalent syntax.

In preparation for !1499 (merged)

Edited by Evan Welsh

Merge request reports