From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.169.80] (unknown [182.2.39.146]) by gnuweeb.org (Postfix) with ESMTPSA id 3DDF4804D1; Tue, 6 Sep 2022 16:04:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1662480266; bh=eJgZ8d7ysTJ7Rlq3YH8gFncRkd5YZxKMsKMF4xZRS/M=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=kGblx7Di29vCNHsi5uVnghzdrxiUJz3do2WlqAIJbWRRDdTRpX72mPfJgcnsM12uM UTjm1EZednWIuZ8eHzRilxmc8baX4QU1NIYE0zeeIlWO9TOxZnJeDLb8msrhELyJEV vvvt/tDOjYjOawNWZ3P6P7E5vaFGxLiX9zZ5/O6sN83Byu6nk9VGdOhYIDcseWIWtD liq1isOYtRMnoLbN14DpOO5SmBuv4Qc+kQqjg++juU1XhAx11YIepQnTJ9wk5fHZIr p78lo2ec21gJJdC5B0LCKZYphZc7nFvBRYtltRElSQZ/kTbhnBtlt5h5PpjMoP8gzU dV5c0rvFjg9Pg== Message-ID: <9c5144e8-8a7f-c85c-393b-2ab4c9b69fda@gnuweeb.org> Date: Tue, 6 Sep 2022 23:04:22 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [RFC PATCH v1 5/5] Refactor many files Content-Language: en-US To: Muhammad Rizki Cc: GNU/Weeb Mailing List , Alviro Iskandar Setiawan References: <20220906111929.1657-1-kiizuha@gnuweeb.org> <20220906111929.1657-6-kiizuha@gnuweeb.org> From: Ammar Faizi In-Reply-To: <20220906111929.1657-6-kiizuha@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 9/6/22 6:19 PM, Muhammad Rizki wrote: > I want to refactor atom scraper file and utility file and create a > directory for both of it to make it reuseable in the future use. This > commit contains: > - Rename some functions in utils > - Rename file name in telegram such as scraper => mailer, > bot.py => listener > - Move class Mutexes to utility file > - Rename the Mutexes attribute send_to_tg => lock > - Changes affected codes during this refactor Please split this one into smaller pieces. -- Ammar Faizi