|
Message-ID: <20190724172524.GA4634@pirotess.home> Date: Wed, 24 Jul 2019 19:25:24 +0200 From: Ismael Luceno <ismael@...ev.co.uk> To: musl@...ts.openwall.com Subject: Re: [PATCH] glob: implement GLOB_TILDE On 24/Jul/2019 09:00, Rich Felker wrote: <...> > To clarify, the reason to avoid doing this unless there's a really > strong motivation is to avoid cross-component coupling. If for example > someone needed to change the signature of __getpw_a as part of changes > in the pwd implementation, they'd have to figure out how glob is using > it and how to adapt glob to the new change, rather than just focusing > on the subsystem they're working on and familiar with. By using public > interfaces, you avoid that. Good point.
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.