Python Refactoring: From Functions to Classes for Efficient Coding

Python Refactoring: From Functions to Classes for Efficient Coding

Pybites

1 год назад

1,305 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@robinbeer6298
@robinbeer6298 - 16.11.2023 11:29

Great example for class refactoring! ❤

Ответить
@LeeKadin
@LeeKadin - 16.11.2023 15:37

Great example! Thanks

Ответить
@PaulHarrison-f3e
@PaulHarrison-f3e - 18.11.2023 04:37

Thank you, this helped me better understand classes and functions. I'm been solely using functions for a couple of years putting off learning classes and this has helped as i'm learning classes. Cheers

Ответить
@martinbel
@martinbel - 18.11.2023 17:58

Great example!!

Ответить
@phatboislym
@phatboislym - 03.01.2024 05:38

more refactoring videos please
btw I'm curious about your vim setup

Ответить
@kashifrana6798
@kashifrana6798 - 23.11.2024 16:53

Great stuff. It will be great to see some practical example of sharing state means if function has some code to share state.

Ответить
@glyph6757
@glyph6757 - 15.03.2025 17:17

Why did you make a backup by copying the file instead of just using a version control system like git?

Ответить