Fixing cyclic import static construction problems

Paulo Pinto pjmlp at progtools.org
Thu Nov 29 07:18:10 PST 2012


On Thursday, 29 November 2012 at 12:04:28 UTC, Max Samukha wrote:
> On Thursday, 29 November 2012 at 11:39:20 UTC, Paulo Pinto 
> wrote:
>> On Thursday, 29 November 2012 at 03:19:55 UTC, Andrei 
>> Alexandrescu wrote:
>>> On 11/28/12 9:34 PM, Walter Bright wrote:
>>>> For discussion:
>>> [snip]
>>>
>>> I'd say we better finish const, immutable, and shared first.
>>>
>>> Andrei
>>
>> +1
>>
>> Fully agree.
>>
>> Cyclic imports are a minor nuisance that can be easily 
>> solvable with better code architecture.
>
> Show me please how to solve that problem easily with acceptable 
> results, would you?

You just need to have a better architecture.

In 20 years of software development experience I never found a 
case were this wasn't possible.

Maybe you care to provide an example?

--
Paulo




More information about the Digitalmars-d mailing list