Posts 2024/11/03
Home
/
2024
/
11
How would you improve this code? ```python def update_r_users(service) ...
How would you improve this code? ```python def update_r_users(service) r_users = [] for user in service.get_all_users(): ...
Newsletter October 2024: Primitive Obsession?
Normally I do something related to programming in my spare time every month. I read something that I find interesting and...