Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: Remove super class from serializer classes #6705

Open
mbtools opened this issue Dec 14, 2023 · 1 comment
Open

Refactor: Remove super class from serializer classes #6705

mbtools opened this issue Dec 14, 2023 · 1 comment
Labels
refactoring Change code without altering functionality

Comments

@mbtools
Copy link
Member

mbtools commented Dec 14, 2023

Currently, all serializer classes are inheriting from zcl_abapgit_objects_super.

The longer-term goal is to move things from the superclass into the interface zif_abapgit_object.

@mbtools mbtools added the refactoring Change code without altering functionality label Dec 14, 2023
@larshp
Copy link
Member

larshp commented Dec 15, 2023

well, do composition instead, so sometimes remove from both

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Change code without altering functionality
Development

No branches or pull requests

2 participants