ricardoboss / Prolangle

A game about programming languages.
https://prolangle.ricardoboss.de
MIT License
2 stars 1 forks source link

Secondary properties as striped? #134

Open chucker opened 2 months ago

chucker commented 2 months ago

Is your feature request related to a problem? Please describe.

Some of the properties just feel wrong to me. It’s technically correct that C# can be dynamic, but it primarily isn’t. It can also be interpreted (see Blazor), or AOT, but it rarely is. You can write functional-like code in it, but it arguably isn’t FP.

Describe the solution you'd like

At the risk of overcomplicating things; I propose we introduce a concept of secondary properties, which show up as striped in the UI. When you correctly guess them, they’re green but striped.