programming-idioms icon indicating copy to clipboard operation
programming-idioms copied to clipboard

A collection of good snippets, in a lot of languages

Results 89 programming-idioms issues
Sort by recently updated
recently updated
newest added

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...

UI
feature request

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. ![image](https://user-images.githubusercontent.com/13508141/137399004-42711bb9-b67f-4fb5-a7a3-1ed19b41e29b.png)

UI

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". ![image](https://user-images.githubusercontent.com/13508141/133117884-7f9cf1d0-677d-42df-9d63-7c19f48d5b88.png)

bug

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...