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

Structural pattern #95

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

Commits on Apr 15, 2021

  1. Update forecast.py

    Here I applied Creational Design Builder pattern- Methods are moved to classes with their implementations
    sngm1190 committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    b20bd1b View commit details
    Browse the repository at this point in the history
  2. Applying structural pattern to data_prep.py

    introduce lazy initialization and caching to wait set wait time
    sngm1190 committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    d509da9 View commit details
    Browse the repository at this point in the history