in reply to Re: Re: Code Critique?
in thread Code Critique?
It is a fact in any project with more than one user. Either it is open source, and there will be lots of maintainers, or it is a commercial project and will also have other maintainers. So, rather than being an opinion, it is a general known fact in programming that mixing languages in a single file is less maintainable than having seperate files for seperate technologies.
The part that is opinion is, if it is important enough to make it so that it can last. Maybe it is a page that won't be around long anyway. Or maybe it is a personal project. Or a project for a perl-centric website where there will always be people who can maintain it. But it is still good to acknowledge the real life difficulties of each choice.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 4: Code Critique?
by tilly (Archbishop) on Jun 18, 2001 at 23:02 UTC | |
by Aighearach (Initiate) on Jun 20, 2001 at 22:05 UTC | |
by tilly (Archbishop) on Jun 20, 2001 at 23:03 UTC | |
by Aighearach (Initiate) on Jun 21, 2001 at 01:57 UTC | |
by tilly (Archbishop) on Jun 21, 2001 at 02:58 UTC | |
| |
|
Re (4): Code Critique?
by buckaduck (Chaplain) on Jun 18, 2001 at 21:58 UTC | |
by Aighearach (Initiate) on Jun 20, 2001 at 21:50 UTC |