Date:
Thu, 13 Feb 2003 10:58:25 +0100
Content-Transfer-Encoding:
8bit
Content-Type:
text/plain; charset=windows-1252; format=flowed
Organization:
Power Media Sp. z o.o.
MIME-Version:
1.0
|
Steven Lim wrote:
>I'm wondering if there's a preferred design template for Ada?
>
Well, design is in fact the work of dividing the task into smaller,
manageable ones, and specifying how they interact. Ada aids this with
the package system and spec files. So other languages need external
tools for this while in Ada it is built-in.
>UML is pretty much for OO designs and Ada 95 isn't exactly OO.
>
Ada 95 is exactly OO - there isn't any feature missing. Or can you name
one?
You can use UML with it, there are tools that support it, I can't recall
the name but Google for UML and Ada and you will find it.
But IMHO the whole UML is "The Emperor’s New Suit" (by Hans Christian
Andersen), if you know what I mean.
Regards,
Wojtek
|
|
|