[Freeciv-Dev] Re: (PR#6585) Delta version 5
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
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
|
|