X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Tue, 15 Sep 2015 21:59:21 +0200 (CEST) From: Roland Lutz To: geda-user AT delorie DOT com Subject: Re: [geda-user] About reinventing the wheel, and how to avoid it In-Reply-To: Message-ID: References: <201509111624 DOT t8BGOPYV000685 AT envy DOT delorie DOT com> <201509111732 DOT t8BHWnF7005271 AT envy DOT delorie DOT com> <960028A6-F16B-4276-B838-E9F0D2959A6F AT noqsi DOT com> <55F32375 DOT 2020505 AT ecosensory DOT com> <201509111941 DOT t8BJfqWl010427 AT envy DOT delorie DOT com> <201509112020 DOT t8BKKBgI012564 AT envy DOT delorie DOT com> <201509112058 DOT t8BKwF3b013774 AT envy DOT delorie DOT com> <6341DF3E-543D-4E36-9B01-6B5B950208C4 AT noqsi DOT com> <9D45499A-BC67-4B2F-A285-34C49ECC20B0 AT noqsi DOT com> <55F451F4 DOT 8000100 AT ecosensory DOT com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-682976015-1442229662=:2811" Content-ID: Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-682976015-1442229662=:2811 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-15; FORMAT=flowed Content-Transfer-Encoding: 8BIT Content-ID: On Sat, 12 Sep 2015, John Doty wrote: > Successful projects like Python keep core and add-ons separate. Successful projects like Linux keep core and modules close together. > Having application function in add-ons encourages the core developers to > keep the core simple and friendly to add-ons, which encourages more > add-on development. On the other hand, it makes changing things which are visible to add-on programmers hard to impossible. This, in turn, encourages developers to hide the code befind an API façade to re-gain some flexibility. I've worked woth some projects which follow this approach (notably Dokuwiki and Firefox), and I found it to be a harmful for both sides. --8323329-682976015-1442229662=:2811--