Is only code produced or models too?

Discuss the future of Warzone 2100 with us.
Post Reply
Andreas XXL
Rookie
Rookie
Posts: 18
Joined: 05 Jul 2009, 14:52

Is only code produced or models too?

Post by Andreas XXL »

Hi,

are you only producing code (with comments) or do models like UML diagramms exist too?

I think if this does not exist, it can be a problem at such a big software project.

If it exist, where can I find it?
User avatar
psychopompos
Trained
Trained
Posts: 470
Joined: 08 Nov 2007, 09:18
Location: UK

Re: Is only code produced or models too?

Post by psychopompos »

check mapping/modding?
EvilGuru
Regular
Regular
Posts: 615
Joined: 23 Jun 2007, 22:41

Re: Is only code produced or models too?

Post by EvilGuru »

Andreas XXL wrote:Hi,

are you only producing code (with comments) or do models like UML diagramms exist too?

I think if this does not exist, it can be a problem at such a big software project.

If it exist, where can I find it?
No, UML diagrams do not exist. Nor would they make much sense. Warzone, for the most part is written in plain old C. UML diagrams are used to model class/inheritance relationships which simply don't exist in Warzone. Although there is some faux inheritance with BASE_OBJECT and friends it hardly merits a class diagram.

Regards, Freddie.
Andreas XXL
Rookie
Rookie
Posts: 18
Joined: 05 Jul 2009, 14:52

Re: Is only code produced or models too?

Post by Andreas XXL »

Yes, class diagrams do not make sence.

But I hoped there are some use case and sequence diagrams for the network part.
Post Reply