You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- 1This is pretty much nothing but promoting someone's work. Could you add a relevant excerpt/algorithm -- i.e. answer the question -- or disclose any affiliation you have? Otherwise this is just fancied-up spam.anon– anon2015-04-28 12:30:27 +00:00Commented Apr 28, 2015 at 12:30
- I would say that it's giving someone an answer by way of a pointer to an approach they may not be aware of. I've given the relevant link why should I need to add more? it's all in the references. And I'm sure Juval Lowy could describe it better than I could ever do :-) As for my affiliation - I bought the book! That's it. I've never met Mr Lowy but I'm sure he's a great chap. Knows a lot about WCF apparently ;-)BrizzleOwl– BrizzleOwl2015-04-29 14:37:29 +00:00Commented Apr 29, 2015 at 14:37
- You should add more because presumably you read How to Answer before answering, and you noted the section that says "Always quote the most relevant part of an important link, in case the target site is unreachable or goes permanently offline." Your affiliation isn't important. Only the quality of the answer is.anon– anon2015-04-29 14:39:29 +00:00Commented Apr 29, 2015 at 14:39
- Fine. I'm not in it for the points - as you can probably tell from my score! Just thought it might be a useful pointer.BrizzleOwl– BrizzleOwl2015-04-29 14:42:15 +00:00Commented Apr 29, 2015 at 14:42
- 1I'm not saying it's a bad pointer. I'm saying that, on its own, it's not a good answer. It may very well help people, and that's a good thing, but the answer will be better if you can describe the method he uses, rather than giving a very brief description of the classes involved. That way, on the occasion that the site can't be accessed -- for whatever reason -- your answer still helps.anon– anon2015-04-29 14:44:37 +00:00Commented Apr 29, 2015 at 14:44
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. python-3.x), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
default