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.
Required fields*
-
Re-asking a question to narrow it down to your specific use-case is not encouraged, and you are unlikely to receive any better feedback.user8– user82010-09-19 21:59:12 +00:00Commented Sep 19, 2010 at 21:59
-
Sorry. I was trying to look for a more specific answer. I'll keep it in mind next time.Jonn– Jonn2010-09-20 04:40:51 +00:00Commented Sep 20, 2010 at 4:40
-
18Why is it not encouraged? If the answer he is looking for doesn't exist in the initial question I think it is better to ask another question narrowed down to a specific case.Rachel– Rachel2010-10-13 19:47:27 +00:00Commented Oct 13, 2010 at 19:47
-
7Remember that speed is not the only metric for judging a coder's abilities - quality is also essential. In addition to speed, consider the amount of rework too.Michael– Michael2010-11-11 14:56:01 +00:00Commented Nov 11, 2010 at 14:56
-
1@Chucky - I daresay it has. But with regards to the context of the question, I've learned that raw speed isn't a reliable metric by itself. There are just too many variables (e.g. people involved, environment, complexity, etc.) involved in development that can affect how long you work on a particular task. A record of previous estimates you've made and what you've learned from them definitely helps in giving out future estimates on how long one's work will take.Jonn– Jonn2014-12-11 13:58:24 +00:00Commented Dec 11, 2014 at 13:58
|
Show 1 more 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. design-patterns), 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