stuartlangridge / gnome-shell-clock-override

Override the Gnome Shell clock with a new time format or text of your choice. Works with new versions of Shell such as 3.18
MIT License
89 stars 33 forks source link

Refactor formatter.js #50

Closed brandl-muc closed 3 years ago

brandl-muc commented 3 years ago

Finally factors out individual formatting steps into independent functions which are then called one after the other.

Note: I did not find any precedence so I used lowerCamelCase since it seems to be the convention for JavaScript. Let me know if you disagree.

da2x commented 3 years ago

Looks great!