Skip to content

Split surrounding scopes into smaller identifiers #557

Open
@AndreasArvidsson

Description

@AndreasArvidsson

eg

  • in python both lists and sets are grouped under list
  • in general functions and lambdas are grouped under function
  • formal and actual arguments are group together under arg

I'm not suggesting that we change the current default behavior but that we add multiple sub identifiers and then the more general identifier is just a union of the ones below.

list => collectionList or collectionSet
function => functionNamed or functionLambda

The upside with these changes are twofold

  1. The language definitions become smaller and more specific. This is easier implementation vice
  2. We can allow the user in their csv files to customize this more specifically
    • collection, collectionList | collectionSet | collectionMap

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions