Skip to content

Simplify verbNound for combining results over "outer" collections. #1164

@Affie

Description

@Affie

As an example, we have getBlobentriesVariables (which I find confusing) to collect Blobentries over variables matching some criteria.

I think a new verb might work best in this case (also considered an adjective).
So far, I have collect as the verb, ie. collectBlobentries. Also considered aggregate

The result will be a Vector{Pair{Symbol, Vector{Blobentry}}} and not a flattened collection as with getBlobentriesVariables to be more useful.

Edit: fixed collectBlobentries typo as pointed out bellow and result type missing Vector

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions