Am 14.02.2012 22:31, schrieb Andrea Crotti:
It looks like it's a common "problem" in the Elisp world, but I was
wondering is it normal to have huge source files.
python-mode.el is > 10k lines now, which for me causes two problems:
- it's hard to even know the various functionalities
- it's hard
On 02/15/2012 08:34 AM, Andreas Röhler wrote:
think it's basically historical.
People interested in developing/understanding might check out and use
the components branch
https://code.launchpad.net/~a-roehler/python-mode/components-python-mode
I'm doing all my developing and Python editing
On Feb 15, 2012, at 09:34 AM, Andreas Röhler wrote:
>think it's basically historical.
>
>People interested in developing/understanding might check out and use the
>components branch
>
>https://code.launchpad.net/~a-roehler/python-mode/components-python-mode
>
>I'm doing all my developing and Pyth
On Wed, Feb 15, 2012 at 07:57:46AM -0500, Barry Warsaw wrote:
> On Feb 15, 2012, at 09:34 AM, Andreas Röhler wrote:
>
> >think it's basically historical.
> >
> >People interested in developing/understanding might check out
> >and use the components branch
> >
> >https://code.launchpad.net/~a-roehle
Andreas Röhler writes:
> Am 14.02.2012 22:31, schrieb Andrea Crotti:
>> python-mode.el is > 10k lines now, which for me causes two problems:
>> - it's hard to even know the various functionalities
>> - it's hard to manage the file
As I'm favoring a single file, I feel like arguing a bit, not mu
Am 15.02.2012 13:57, schrieb Barry Warsaw:
On Feb 15, 2012, at 09:34 AM, Andreas Röhler wrote:
think it's basically historical.
People interested in developing/understanding might check out and use the
components branch
https://code.launchpad.net/~a-roehler/python-mode/components-python-mode
On 02/15/2012 03:08 PM, François Pinard wrote:
It's easier to share and install. A bit, not by much, nowadays.
Splitting might be a trigger towards a more formal installation
procedure. But it would not alleviate the need for some good, or at
least reasonable documentation. Splitting could als
Andrea Crotti writes:
> And really, 10k lines of code is not good, in any language, because
> it's impossible just have a look at the file and understand (even very
> approximatively) what is going on.
Hi, Andrea.
I really believe that there are ways to organize and document a big file
so it is
Am 15.02.2012 20:59, schrieb François Pinard:
Andrea Crotti writes:
And really, 10k lines of code is not good, in any language, because
it's impossible just have a look at the file and understand (even very
approximatively) what is going on.
Hi, Andrea.
I really believe that there are ways