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

Refactored design and implementation smells #612

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Nov 21, 2023

  1. refactor: Resolved Feature Envy design smell

    Roshni Joshi committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f8ae51b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. refactor: Resolved cyclic hierarchy smell, applied push down method r…

    …efactoring
    Roshni Joshi committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    00f457d View commit details
    Browse the repository at this point in the history
  2. refactor: Introduced explaining variable

    Roshni Joshi committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    5b05dfe View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. refactor: applied decompose conditional refactoring

    Roshni Joshi committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    0d6ba30 View commit details
    Browse the repository at this point in the history
  2. refactor: Renamed variable to more meaningful name

    Roshni Joshi committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    c15c1bc View commit details
    Browse the repository at this point in the history
  3. refactor: Applied extract method refactoring

    Roshni Joshi committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    22d63f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. refactor: Applied extract class refactoring to move all generate days…

    … methods to separate class
    Roshni Joshi committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7aac7e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. refactor: Added required comments for CronParser

    Roshni Joshi committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4dba1b3 View commit details
    Browse the repository at this point in the history