Skip to content

suppress use of #Txyz in generator #630

Open
@NicolasAnquetil

Description

@NicolasAnquetil

In generator we can write access --|> #TAccess without defining the trait FamixTAccess.

This is a shortcut (syntactic sugar) but I think it introduces confusion on how to use traits.
It would be clearer to force the user to recover the trait (tAccess := self remoteEntity: #TAccess withPrefix: #Famix) and then use the instance variable (access --|> tAccess)

Metadata

Metadata

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions