diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-September/019038.html')
| -rw-r--r-- | zarb-ml/mageia-dev/2012-September/019038.html | 111 | 
1 files changed, 111 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-September/019038.html b/zarb-ml/mageia-dev/2012-September/019038.html new file mode 100644 index 000000000..76d12d83c --- /dev/null +++ b/zarb-ml/mageia-dev/2012-September/019038.html @@ -0,0 +1,111 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> +   <TITLE> [Mageia-dev] The shiny new Control Center +   </TITLE> +   <LINK REL="Index" HREF="index.html" > +   <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20The%20shiny%20new%20Control%20Center&In-Reply-To=%3C20120929195604.GA2553%40bkor.dhs.org%3E"> +   <META NAME="robots" CONTENT="index,nofollow"> +   <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> +   <LINK REL="Previous"  HREF="019037.html"> +   <LINK REL="Next"  HREF="019045.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> +   <H1>[Mageia-dev] The shiny new Control Center</H1> +    <B>Olav Vitters</B>  +    <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20The%20shiny%20new%20Control%20Center&In-Reply-To=%3C20120929195604.GA2553%40bkor.dhs.org%3E" +       TITLE="[Mageia-dev] The shiny new Control Center">olav at vitters.nl +       </A><BR> +    <I>Sat Sep 29 21:56:04 CEST 2012</I> +    <P><UL> +        <LI>Previous message: <A HREF="019037.html">[Mageia-dev] The shiny new Control Center +</A></li> +        <LI>Next message: <A HREF="019045.html">[Mageia-dev] The shiny new Control Center +</A></li> +         <LI> <B>Messages sorted by:</B>  +              <a href="date.html#19038">[ date ]</a> +              <a href="thread.html#19038">[ thread ]</a> +              <a href="subject.html#19038">[ subject ]</a> +              <a href="author.html#19038">[ author ]</a> +         </LI> +       </UL> +    <HR>   +<!--beginarticle--> +<PRE>On Sat, Sep 29, 2012 at 10:14:03PM +1000, Steven Tucker wrote: +><i> 2/ What languages should be available for writing modules? (Perl, +</I>><i> C++, python and Ruby are possibilities) +</I>><i>  +</I>><i>         So far mcc2 has been written in Perl (even though I had +</I>><i> never written a line of Perl prior to starting this) so as to make +</I>><i> porting existing modules a matter of just replacing the Ui calls, +</I>><i> but I do like the idea of allowing the modules to be written in more +</I>><i> than 1 language to encourage more contributors who may be turned off +</I>><i> by having to learn another language. +</I>><i> Sticking with Perl will make mcc2 core easier, so I may do that +</I>><i> initially regardless. What do you all think?? Is sticking with 1 +</I>><i> language preferred even if it means less contributors, or is the +</I>><i> goal to attract as many module developers as possible? +</I> +MCC is also used for the installation right? IMO, suggest to really +limit the languages for the following reasons: +- The more languages used, the higher the maintenance burden +  (an MCC maintainer would have to know all of those languages) +  IMO that outweighs the benefit this has for random (one-off) +  contributors +- Depending on loads of languages means that you make it more difficult +  to make changes to those languages +  e.g. if you depend on Python,Ruby and Perl, it will mean that all of +  these packages cannot break. At the moment only Perl is the thing that +  cannot break or have incompatible language changes. Result is more +  packages to go via updates_testing. + +I love Python and dislike Perl... but I don't intend to contribute. I +find the Perl used in the existing drak tools pretty difficult to read. +This doesn't have to be the case as e.g. Bugzilla (perl) is in latest +versions pretty readable (it used to be unreadable). Python also be made +unreadable if someone goes overboard with classes (over-engineered). + +One benefit for going for Perl is that any new code will usually be more +buggy than being able to copy the existing code. + +Suggest to figure out language is most preferred by the potential +contributors, keeping in mind how much contributions they'd likely do. +If that choice is not Perl, keep in mind that development will probably +take way more time. + +--  +Regards, +Olav +</PRE> + + + + + + + + + + + + +<!--endarticle--> +    <HR> +    <P><UL> +        <!--threads--> +	<LI>Previous message: <A HREF="019037.html">[Mageia-dev] The shiny new Control Center +</A></li> +	<LI>Next message: <A HREF="019045.html">[Mageia-dev] The shiny new Control Center +</A></li> +         <LI> <B>Messages sorted by:</B>  +              <a href="date.html#19038">[ date ]</a> +              <a href="thread.html#19038">[ thread ]</a> +              <a href="subject.html#19038">[ subject ]</a> +              <a href="author.html#19038">[ author ]</a> +         </LI> +       </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html>  | 
