[Freeciv-Dev] Re: PATCH: tile markers
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Ed Hunter wrote:
>
> Teemu Kurppa wrote:
>
> >>common/map.h contains:
> >>struct map_position {
> >> int x,y;
> >>};
> >
> > Ok, I'll change patch to use that. Can I introduce type
>
> Would not it limit their future use?
Can you give an example ? Do you mean that it would be better to
introduce directly a tile marker type and list for that although there's
yet no other attributes than x,y? If someone someday continues this
work, it isn't that hard to modify (which may mean delete old and
introduce new) data structures for their needs.
I personally prefer small steps, even if that means that future
directions are sometimes overlooked. It keeps code clear. Implementing
something for the future use usually just adds code bloat. It can make
code more difficult to modify, if we don't think the future uses
carefully. And if put our scarce resources for thinking, why don't we
implement the ideas same time ? But this is just my personal opinion.
Friendly,
Teemu Kurppa
- [Freeciv-Dev] Re: PATCH: tile markers, (continued)
- [Freeciv-Dev] Re: PATCH: tile markers, Teemu Kurppa, 2001/12/16
- [Freeciv-Dev] Re: PATCH: tile markers, Petr Baudis, 2001/12/16
- [Freeciv-Dev] Re: PATCH: tile markers, Per I. Mathisen, 2001/12/16
- [Freeciv-Dev] Re: PATCH: tile markers, Petr Baudis, 2001/12/16
- [Freeciv-Dev] Re: PATCH: tile markers, Teemu Kurppa, 2001/12/16
- [Freeciv-Dev] Re: PATCH: tile markers, Petr Baudis, 2001/12/16
- [Freeciv-Dev] Re: PATCH: tile markers, Teemu Kurppa, 2001/12/16
[Freeciv-Dev] Re: PATCH: tile markers, Raimar Falke, 2001/12/16
[Freeciv-Dev] Re: PATCH: tile markers, Teemu Kurppa, 2001/12/16
- [Freeciv-Dev] Re: PATCH: tile markers, Raimar Falke, 2001/12/16
- [Freeciv-Dev] Re: PATCH: tile markers, Petr Baudis, 2001/12/16
- [Freeciv-Dev] Re: PATCH: tile markers, Raimar Falke, 2001/12/16
- [Freeciv-Dev] Re: PATCH: tile markers, Teemu Kurppa, 2001/12/16
- [Freeciv-Dev] Re: PATCH: tile markers, Raimar Falke, 2001/12/16
- [Freeciv-Dev] Re: PATCH: tile markers, Teemu Kurppa, 2001/12/16
- [Freeciv-Dev] Re: PATCH: tile markers, Raimar Falke, 2001/12/16
- [Freeciv-Dev] Re: PATCH: tile markers, Reinier Post, 2001/12/16
|
|