user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH 0/2] naming consistency cleanups
@ 2019-04-16  1:10 Eric Wong
  2019-04-16  1:10 ` [PATCH 1/2] cleanup: use '$ibx' consistently when referring to Inbox refs Eric Wong
  2019-04-16  1:10 ` [PATCH 2/2] import: prefix 'inbox' with '-' to denote Inbox ref Eric Wong
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Wong @ 2019-04-16  1:10 UTC (permalink / raw)
  To: meta

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-16  1:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-16  1:10 [PATCH 0/2] naming consistency cleanups Eric Wong
2019-04-16  1:10 ` [PATCH 1/2] cleanup: use '$ibx' consistently when referring to Inbox refs Eric Wong
2019-04-16  1:10 ` [PATCH 2/2] import: prefix 'inbox' with '-' to denote Inbox ref Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).