site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lCFI+x7QH66pnsJANlE01cUHCuoomkaz/mQ1eJR0cCScBR9XGzb22QJcWUAnsZ4CS54EK10aH+3bhc85UFAZcLZ1tUtEwBOaV7LHevvc8bSy0RdsKda4BVQcbcxaxecds6VJCsB2OOIs9Pwg4lTRCOzcMh/OAnNECgv54v4R384= On 8/28/06, Shawn Erickson <shawnce@gmail.com> wrote:
I don't see the point of doing that... since it quickly becomes a merge/diff nightmare with existing code branches. It would likely have to be Apple that took such steps to decide to lock down development on a segment of the code base to do reformatting (based on their corporate code standards). The point of cleaning up code is to improve the conceptual mapping from the requirements to the implementation. To me the most basic code-cleanup is reformatting, "K&R removal", variable renaming, and documentation. Beyond this is refactoring. All of these would provide benefit to a programming wanting to get involved in a open-source project and long-term benefit to programmers already involved. In my experience not willing to perform code maintenance is equivalent to not wanting to document code.
Hold on here... I was making no statement about the merits of such things (please don't presume that and I don't need any education on the subject). I am questioning the feasibility of doing this from outside of Apple without visibility into what Apple is currently doing or is planning to do with various segments of the code. Speaking from experience you need much better visibility into such things if you want to do something like this without causing problems to current development and you want acceptance of such code backing into main branches. A dialog should be started between folks interested and Apple first to establish the feasibility of such a thing, align it with any coding style requirements that Apple has (best if you want Apple to pick it up), etc. before any work begins, otherwise you will likely just be wasting your time. -Shawn _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... On 8/28/06, Corey O'Connor <coreyoconnor@gmail.com> wrote: This email sent to site_archiver@lists.apple.com