From 17a2d137b6134e02301eda68e6c1bfe94901e2d5 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 21 Dec 2007 16:11:47 +0000 Subject: ranted a little bit about the current modules... --- doc/v3compatibility.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc') diff --git a/doc/v3compatibility.html b/doc/v3compatibility.html index 71ee5dc7..b3b94b03 100644 --- a/doc/v3compatibility.html +++ b/doc/v3compatibility.html @@ -58,5 +58,18 @@ final decision based on experience gained during creation of input modules.

specifically exported interface functions. Right now, we do not have an ideal world and the input modules make some calls back into the core. This needs to be re-thought but is accepted for the time being.

+

No real Modules yet

+

As already said in "Call Encapsulation", the modules look like such, but are +not really able to work stand alone. The worst in this regard are

+ +

But the others are not necessarily better. I have moved the code to the +modules, because now at least the majority of code is where it belongs to. But +there are still a large number of global variables, cross-function calls and the +like. This needs to be solved when we try to claim a real modular design. That's +not an easy task, but, hey, aren't we up for that...? ;)

+

 

-- cgit