Andrew O'Hara
11/28/2023, 6:32 PMAndrew O'Hara
11/28/2023, 6:40 PMCreateData and UpdateData can be declared in the create update methods independently as needed, rather than for the entire resource
• can take advantage of this scope to access time and internet from the application easily
Kwargs benefits:
• simpler for someone not as accustomed to functional programming
• easier to understand exactly what is available in scopeAndrew O'Hara
11/28/2023, 6:45 PM