Skip to content

user-customizable code critics #16

@peteruhnak

Description

@peteruhnak

In Roassal there's very common pattern

el := RTEllipse new
        size: 14;
        color: Color black;
        element

so I am in fact returning an instance of RTElement and not the receiver.
Of course QA says missing ";yourself".

This would require to be able to specify conditions for the code critic, such as
if receiver is subclass of RTShape then don't apply this (yourself) rule

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions