terryyin / lizard

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
Other
1.85k stars 250 forks source link

render a unique tagCloud order when values are equal #243

Closed Coeur closed 5 years ago

Coeur commented 5 years ago

This sorting improvement will prevent codecloud.html from being arbitrarily modified each time we make.

terryyin commented 5 years ago

What does this fix do?

Coeur commented 5 years ago

@terryyin it sorts the keys, then the values: this way, when two tags have the same value they will be sorted instead of being randomized. This change stabilizes the file codecloud.html.