programming-idioms
programming-idioms copied to clipboard
A collection of good snippets, in a lot of languages
When contributing in the "Missing Demo" section, the user typically wants to copy the snippet and paste it into an external Playground site. ## Current UI There is no "copy...
When a user is searching for a term **_X_** that is **exactly** the same of a language, it's not obvious if the result should be the usual list of results...
Please consider a sentence "We recommend linking docmentation pages from _**XYZ**_", for languages that do have such a _**XYZ**_ authoritative website. This is similar to the existing sentence "We recommend...
The Backlog suggests only 3 idioms to be curated, but Stakhanovite contributors may want to see a big list of snippets to choose from, instead. Please put a link to...
We currently show 3 samples of (Idiom **_X_** description + 1 single impl **_Y_** in current language **_L_**). This can lead to confusion, as the contributor could be mislead into...
In the top-right area, there is a blank zone (white) that should be purple instead. 
Some online playgrounds tend to come and go. When they are taken down, we end up with broken Demo links. ## Currently For each broken Demo link, the demo source...
I think I clicked [Save] only once, but the server created 2 new impls with same contents and distinct IDs, and the same history entry "43". 
IF user is saving (new or existing) impl Y for idiom X and language L AND there already exists another impl Z for the same idiom X and language L...
An external website to be used in "Demo" links of Smalltalk implementations. The probable design consists of: 1. a client-based playground (implemented in JS or WASM) capability, running arbitrary code...