Skip to content

Rule of three: if you have three duplicate things, it's best to generalize. You can add: #1354

@mustafab0

Description

@mustafab0

Rule of three: if you have three duplicate things, it's best to generalize. You can add:

self._disposables = CompositeDisposable()

in __init__ and do self._disposables.dispose() here.

Originally posted by @paul-nechifor in #1277 (comment)

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions