From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Gibbons Subject: When is it appropriate to rename a file? Date: Sat, 15 Jun 2019 21:43:44 -0600 Message-ID: <20190615214344.5fc6a013@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44682) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hcM59-0002Yv-O8 for help-guix@gnu.org; Sat, 15 Jun 2019 23:43:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hcM58-0000xD-Ph for help-guix@gnu.org; Sat, 15 Jun 2019 23:43:51 -0400 Received: from mail-pf1-x436.google.com ([2607:f8b0:4864:20::436]:39881) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hcM58-0000w1-Eg for help-guix@gnu.org; Sat, 15 Jun 2019 23:43:50 -0400 Received: by mail-pf1-x436.google.com with SMTP id j2so3767899pfe.6 for ; Sat, 15 Jun 2019 20:43:50 -0700 (PDT) Received: from localhost ([199.68.53.171]) by smtp.gmail.com with ESMTPSA id s5sm7059543pgj.60.2019.06.15.20.43.46 for (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Sat, 15 Jun 2019 20:43:47 -0700 (PDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org There are a lot of files in gnu/packages/, and some of them contain only one package. If I want to add a package with a similar function to one of these solo packages, is it appropriate to rename the file? In particular, I want to rename jrnl.scm to journal.scm and add a journal application to it for better organization. I also want to note that the more I examine gnu/packages/*.scm the more I see a serious need for refactoring.