Why is circular dependencies so bad?
/ Mirar
Previous text:
2004-05-02 02:28: Subject: Poll
To me it feels like it is in the wrong module. Kind of like Stdio.File()->encode_gif(image_obj). The code in File will have to call spawn, so either Stdio has to depend on Process or we have to put an ugly master()->resolv in there.
/ Martin Nilsson (räfsfiskal)