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*
- 1I don't understand the increased number of big pushes as being an agile problem.JeffO– JeffO2013-03-18 03:53:26 +00:00Commented Mar 18, 2013 at 3:53
- 2@JeffO No, it's not an agile problem. It's a management problem. From what I've seen though, companies that are heavily influenced by sales tend to gravitate to aggressive release cycles and large feature sets. Agile strategies tend to appeal to these companies (whether they truly follow the strategies or not). While I like agile development, my experience has shown that when a company calls itself 'agile', it usually means I can expect to see a fair amount of technical debt in the code base.p.s.w.g– p.s.w.g2013-03-18 04:01:58 +00:00Commented Mar 18, 2013 at 4:01
- I guess if they have no methodology at all, they can call themselves whatever they want. Since agile, is the current buzzword, it's the most attractive. It's been awhile since I was on a waterfall project; it was such a disaster in so many other ways, that I never use it as an argument against the methodology.JeffO– JeffO2013-03-18 04:42:36 +00:00Commented Mar 18, 2013 at 4:42
- In any project, agile or not, refactoring and cleaning up code is something you do as you go, to constantly keep the technical debt to a minimum. If you don't account for that in your estimations, you will have to start doing that. You can't let technical debt accrue to until you need to stop everything to fix it. Instead follow the scout rule: "Always leave the code cleaner than you found it."Christoffer Hammarström– Christoffer Hammarström2013-03-18 13:00:35 +00:00Commented Mar 18, 2013 at 13:00
- In my experience, inexperienced teams starting with scrum, without observing good coding principles (like XP), can be sometimes be focused too much on functionality (stories). Instead they should say a story isn't done until the code is 'good' enough, but not everybody has enough backbone to do so under a looming deadline. And with Agile you tend to have more deadlines in a shorter time, so I do associate it with Agile methods as well, whereas I'm perfectly aware they're not the cause.markijbema– markijbema2013-03-18 13:37:06 +00:00Commented Mar 18, 2013 at 13:37
| 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