From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id A2A8520382 for ; Tue, 16 Apr 2019 01:10:10 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] naming consistency cleanups Date: Tue, 16 Apr 2019 01:10:08 +0000 Message-Id: <20190416011010.19020-1-e@80x24.org> List-Id: Since we (and most Perl5 codebases) don't declare types with "my", naming things consistently should reduce confusion and make the code easier-to-follow/learn. More to come... Eric Wong (2): cleanup: use '$ibx' consistently when referring to Inbox refs import: prefix 'inbox' with '-' to denote Inbox ref lib/PublicInbox/AltId.pm | 8 ++++---- lib/PublicInbox/Config.pm | 4 ++-- lib/PublicInbox/Import.pm | 6 +++--- lib/PublicInbox/NewsWWW.pm | 6 +++--- lib/PublicInbox/SearchView.pm | 4 ++-- lib/PublicInbox/Unsubscribe.pm | 4 ++-- lib/PublicInbox/View.pm | 16 ++++++++-------- lib/PublicInbox/WWW.pm | 14 +++++++------- lib/PublicInbox/WwwStream.pm | 24 ++++++++++++------------ t/altid.t | 6 +++--- 10 files changed, 46 insertions(+), 46 deletions(-) -- EW