Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2003:
[Freeciv-Dev] Re: (PR#6585) Delta version 5
Home

[Freeciv-Dev] Re: (PR#6585) Delta version 5

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: i-freeciv-lists@xxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#6585) Delta version 5
From: "Jason Short" <jshort@xxxxxxxxxxxxxx>
Date: Mon, 3 Nov 2003 17:51:29 -0800
Reply-to: rt@xxxxxxxxxxxxxx

On Thu, 30 Oct 2003, Per I. Mathisen wrote:
> On Thu, 30 Oct 2003, Raimar Falke wrote:

> Such as renaming the bitvector function to lowercase, for example. I am
> just offering a general idea here. It is you who know the python script. I
> am barely able to read it.

The bitvector operations are upper-case because they are macros, not
functions.  This means they cannot always be treated the same as
functions, so the convention is usually to make them upper-case.

We often ignore this convention, however, as with map_pos_to_index() and
adjc_iterate.

jason



[Prev in Thread] Current Thread [Next in Thread]