Deleplace / programming-idioms

A collection of good snippets, in a lot of languages
Apache License 2.0
128 stars 8 forks source link

Cheatsheet languages: wrong order #164

Closed Deleplace closed 2 years ago

Deleplace commented 3 years ago

It would be much nicer to have them (at least the blue ones) sorted by name.

https://programming-idioms.org/about#about-block-cheatsheets

image

image

Deleplace commented 2 years ago

pig.AllLangs is sorted when first loaded by pig.AllLanguages(), which seems to point at a later accidental order modification, due to a lack of defensive copying.

Deleplace commented 2 years ago

Culprit: favoritesFirstWithOrder alters its arguments, which happen to contain references to the global pig.AllLangs.