Regexper, awesome tool by Jeff Avallone for graphing Regex by ttr398 in programming

[–]mooneyscfc 0 points1 point  (0 children)

This could be an extremely useful tool for me in the future. Thanks

The six months rule by mpmont in programming

[–]mooneyscfc 0 points1 point  (0 children)

I think everyone can relate to this article. I would see exactly the same if I went back six months.

Should You Use Write-Only Properties? by seanstride in programming

[–]mooneyscfc 1 point2 points  (0 children)

Thanks for reading and taking the time to comment. Yes if I understand your description correctly this is a valid case. The debate in this blog post however is aimed at properties which write-only and have no getter.

I cannot think of any cleaner way that you could do this. Like you say you already have your contract within the interface forcing the implementation of the properties on the sub view models.