Named constructors

Atila Neves atila.neves at gmail.com
Thu Jan 10 14:00:25 UTC 2019


On Thursday, 10 January 2019 at 12:37:38 UTC, H. S. Teoh wrote:
> On Thu, Jan 10, 2019 at 12:04:40PM +0000, John Colvin via 
> Digitalmars-d wrote:
>> On Thursday, 10 January 2019 at 10:50:24 UTC, Atila Neves 
>> wrote:
>> > On Wednesday, 9 January 2019 at 17:46:52 UTC, H. S. Teoh 
>> > wrote:
>> > > [...]
>> > 
>> > Fully in agreement. Now if only I write that library I've 
>> > been meaning to that lets you pass parameters in any order 
>> > if the types are right...
>> 
>> And doesn't cause compile times to explode?
>> 
>> :)
>
> Don't worry, this is Atila we're talking about. If he comes up 
> with any solution, you can be sure it will not hurt his 
> precious compile times! ;-)


Actually, they're so bad right now anyway from a baseline of 
acceptability to me that nothing I add on top makes it that much 
worse. Currently I'm trying to work out an efficient way to 
interpret D to run unit tests so I don't have to pay the linker 
tax and just avoid compiling code whilst developing. It'll be a 
lot of work, though... :(


More information about the Digitalmars-d mailing list