Notice: file_put_contents(): Write of 15621 bytes failed with errno=28 No space left on device in /var/www/tgoop/post.php on line 50
partially unsupervised@partially_unsupervised P.10
PARTIALLY_UNSUPERVISED Telegram 10
Видел недавно образец карго-культа с привкусом ООП.

Дано: старый плохой код, состоящий из двух функций process и upload_to_s3, примерно 500 строк в сумме.
Задача: отрефакторить, в первую очередь сделать модульно и тестируемо.

Результат выглядел примерно так:

class AbstractProcessor: 
def __init__():
pass

@abc.abstractmethod
def process():
pass

@abc.abstractmethod
def upload_to_s3():
pass


class Processor:
def __init__():
super().__init__()

def process():
# 300 строк старого говна

def upload_to_s3():
# 200 строк старого говна


Monkey see, monkey do.
👍3



tgoop.com/partially_unsupervised/10
Create:
Last Update:

Видел недавно образец карго-культа с привкусом ООП.

Дано: старый плохой код, состоящий из двух функций process и upload_to_s3, примерно 500 строк в сумме.
Задача: отрефакторить, в первую очередь сделать модульно и тестируемо.

Результат выглядел примерно так:

class AbstractProcessor: 
def __init__():
pass

@abc.abstractmethod
def process():
pass

@abc.abstractmethod
def upload_to_s3():
pass


class Processor:
def __init__():
super().__init__()

def process():
# 300 строк старого говна

def upload_to_s3():
# 200 строк старого говна


Monkey see, monkey do.

BY partially unsupervised


Share with your friend now:
tgoop.com/partially_unsupervised/10

View MORE
Open in Telegram


Telegram News

Date: |

Telegram channels enable users to broadcast messages to multiple users simultaneously. Like on social media, users need to subscribe to your channel to get access to your content published by one or more administrators. So far, more than a dozen different members have contributed to the group, posting voice notes of themselves screaming, yelling, groaning, and wailing in various pitches and rhythms. Hashtags Activate up to 20 bots “Hey degen, are you stressed? Just let it all out,” he wrote, along with a link to join the group.
from us


Telegram partially unsupervised
FROM American