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

Feature/simpler properties #267

Conversation

sebastian-echeverria
Copy link
Collaborator

  • Addresses Property Base Type Should be in base.py #265
  • Slight refactoring of base Property class to make it easier to create new Properties. Now, instead of people having to manually pass self.__class__name and name as parameters to the base Property constructor, just an instance of the derived property is passed (along with the description and rationale), and the base Property constructor obtains those two items. This makes extending for new Properties much more user friendly.

Copy link
Collaborator

@turingcompl33t turingcompl33t left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@turingcompl33t turingcompl33t merged commit b4601db into mlte-team:master Oct 4, 2023
3 checks passed
@sebastian-echeverria sebastian-echeverria deleted the feature/simpler-properties branch October 4, 2023 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants