Function parameter name validation for blocks
Offen
bug
funblocks
- Vorherrschende Sprache
- Haskell
- Sterne
- 1.3k
- Forks
- 201
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Blockly blocks should prevent invalid characters like `#` from being in function parameter names just like it's prevented from being in the name of a function
Beitragsleitfaden
Rechercherichtung
Start by locating the Blockly function block code and compare parameter-name validation with the existing function-name validation. Confirm that `#` and other invalid characters are rejected for parameters, then verify the behavior in the relevant block tests or editor flow.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- haskell
- Bereich
- frontend
- Issue-Typ
- Bug
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 45/100