Skip to content

Avoid empty classes - #22103

Merged
skjnldsv merged 1 commit into
fix/unified-searchfrom
techdebt/noid/avoid-empty-classes
Aug 4, 2020
Merged

Avoid empty classes#22103
skjnldsv merged 1 commit into
fix/unified-searchfrom
techdebt/noid/avoid-empty-classes

Conversation

@nickvergessen

@nickvergessennickvergessen commented Aug 4, 2020

Copy link
Copy Markdown
Member

Every app so far ended up with an empty SearchResultEntry class extending the ASearchResultEntry, just because it was abstract.
So instead let's make this class non-abstract (but also not final) to allow expensive apps to handle the results on their own, but simple apps just use the default class.

Targetting #22099

Signed-off-by: Joas Schilling <coding@schilljs.com>
@skjnldsv
skjnldsv merged commit 5e8961e into fix/unified-searchAug 4, 2020
@skjnldsv
skjnldsv deleted the techdebt/noid/avoid-empty-classes branch August 4, 2020 14:57
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewstechnical debt🧱 🤔🚀

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@nickvergessen@skjnldsv