On Tue, 4 Mar 2014 00:06:19 +0100
v4hn <me_AT_v4hn.de> wrote:
> In the end, there a lot of people who learnt to write unmaintainable code.
> I seriously prefer perl-programmers who know what they're doing.
Which brings us back to stali:
I recently thought about porting portage (written in Python) to C and
read into its source code.
Calling it a mess is a compliment, given there are almost no comments
and lots of deprecated functions.
Portage is not only an example for quite unmaintainable code, but also
for a program which as obviously been deployed with the wrong
programming language.
A core package-manager shouldn't depend on python, it should be
statically linked and _fast_.
--
FRIGN <dev_AT_frign.de>
Received on Mon Mar 03 2014 - 22:17:13 CET