You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor the heatmap weekday_complete and month_complete to include hour and week.
bring this together in one function using separate functions to check the value of z_value argument in the function and call that function within the larger function to handle the separate cases. (See Clean Code, Robert Martin chapter on making good functions for guidance here.)
refactor the heatmap weekday_complete and month_complete to include hour and week.
bring this together in one function using separate functions to check the value of z_value argument in the function and call that function within the larger function to handle the separate cases. (See Clean Code, Robert Martin chapter on making good functions for guidance here.)