Regarding coding style

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Tue Mar 18 05:44:33 EDT 2008


On Mon, 17 Mar 2008 12:51:14 -0700, sjdevnull at yahoo.com wrote:

> On Mar 17, 12:15 pm, rockingred <willsteve2... at yahoo.ca> wrote:
>> On Mar 10, 11:30 am, "sjdevn... at yahoo.com" <sjdevn... at yahoo.com>
>>
>> Unfortunately, no free VC system existed for the language in which I
>> was programming
> 
> Explain?  VC isn't language-specific.

It is.  It depends usually on the fact that there are individual files. 
Preferably text files if you want automagic merging of different changes. 
Now think of languages that are tightly coupled with their IDE storing
only binary "tokenized" files instead of plain text or even one big binary
file that contains all sources and resources of the project.

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list