Proof of concept for v2 - NO duplication, NO `static if` hell, NO difficulty with interoperability

harakim harakim at gmail.com
Tue Nov 2 00:18:05 UTC 2021


On Monday, 1 November 2021 at 19:45:53 UTC, Ola Fosheim Grøstad 
wrote:
> A better strategy is to automatically rewrite old code to new 
> code through a transform. Like, with Angular, I run an 
> (imperfect) transform that upgrades to the latest version. So I 
> only have to do minimal work. Then I can add new features to 
> the product using the latest feature set. At the very least a 
> transform could inject TODO-comments telling you what to look 
> out for. Go also provides similar tools I think (I don't 
> recall)?

I like this suggestion so much.


More information about the Digitalmars-d mailing list