Snicker
-
Just thought that this was funny...
private ErrorDetail Get([CallerMemberName]string errorName = "")
{
return this[errorName];
}public ErrorDetail MissingAccountDetail => Get();
public ErrorDetail InvalidEmailAdress => Get();I feel I should get a new hobby...
-
Just thought that this was funny...
private ErrorDetail Get([CallerMemberName]string errorName = "")
{
return this[errorName];
}public ErrorDetail MissingAccountDetail => Get();
public ErrorDetail InvalidEmailAdress => Get();I feel I should get a new hobby...
This code had to be copy/pasted from www.stackoverflow.com[^].
Software Zen:
delete this;
-
This code had to be copy/pasted from www.stackoverflow.com[^].
Software Zen:
delete this;
If only... But I still feel like I am going to put this into production... It's not not understandable :-\
-
This code had to be copy/pasted from www.stackoverflow.com[^].
Software Zen:
delete this;
But fret not! I will fix the typo in EmailAddress :-D
-
This code had to be copy/pasted from www.stackoverflow.com[^].
Software Zen:
delete this;
Snicker indeed - I just realised I have never actually used the SO search facility, always find it via google.
Never underestimate the power of human stupidity RAH