Review of "Dynamic Calendar, Clocks and Weather Icons [Reborn]" version 4

Details Page Preview

Let Calendar, Clocks and Weather icons show current date, time and weather. This is a fork of the original Dynamic Calendar, Clocks and Weather Icons extension.

Extension Homepage
https://github.com/thecalamityjoe87/dynamic-calendar-and-clocks-icons-reborn

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
5 Active
4 Rejected
3 Active
2 Inactive
1 Inactive

Previous Reviews on this Version

JustPerfection rejected
1. Also null out `tempUnitMonitor` in disable: [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) 2. Avoid using unnecessary try and catch blocks. Whenever you are doing `log(e);` means that is unnecessary. 3. Use `console.*` instead of `log()`: [Port Guide 45: Logging](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging)