Skip to content

SDLx setter methods should return $self #131

Open
@kthakore

Description

@kthakore

SDLx getter methods are also setter methods. When you call them with no arguments, you get what you asked for. When you call them with arguments, you set it... but you don't get back anything useful in most cases. In these cases, the best thing to return is $self, so you can stack more setting, like:

$sprite->x(30)->y(40)->rotation->(90)

I'll do this unless there are any problems.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions