Review of "UTC clock" version 2

Details Page Preview

A customizable UTC clock. Add a second clock to the bar which shows the current UTC time, in a completely customizable format.

Extension Homepage
https://github.com/swsnr/gnome-shell-extension-utc-clock#readme

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
47.1 (20) Active
47.0 (19) Active
46.4 (18) Active
46.3 (17) Active
45.5 (16) Active
46.2 (15) Inactive
46.2 (14) Active
46.1 (13) Inactive
45.4 (12) Inactive
45.4 (11) Inactive
45.3 (10) Inactive
45.2 (9) Inactive
45.1 (8) Inactive
7 Inactive
6 Inactive
5 Rejected
4 Rejected
3 Inactive
2 Inactive
1 Rejected

Previous Reviews on this Version

JustPerfection active
Thanks! Please remove `UTCClockExtension.constructor()`. Not needed.
Sebastian Wiesner posted a review
I'm afraid I can't easily remove the constructor; it gets added by the typescript compiler. In order to remove it I'd have to remove the initialisation expression in the typescript source code, and change the type into an optional attribute, with type "X | undefined", but that's a rather unconventional thing to do in Typescript, for variables created and used in the code, as far as I understand contemporary Tyescript style. So if it's not too much concern to you, I'd appreciate if I could keep the constructor as is.
JustPerfection posted a review
It's ok. That was just a recommendation.