On Tuesday, 29 September 2015 at 12:26:58 UTC, Robert M. Münch wrote:
On 2015-09-29 03:53:44 +0000, Sebastiaan Koppe said:



Not that I'm to deep into the code nor D but would it be possible to write it somehow like this:

Mail email = new Mail;

email.headers = [
        "Date" Clock...,
        "Sender" ...
]

This would be a much more descriptive approach, which I think makes a lot of sense for such things. And it follows the "dont repeat yourself" pattern.


Nice observation


Reply via email to