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*
- 4Analogous to the hardware problem: "reliability is inversely proportional to the (of the order of xx?) number of components"/ "a mechanical device is just as bad as the number of moving parts it has".Kris– Kris2011-12-05 10:57:50 +00:00Commented Dec 5, 2011 at 10:57
- I've seen this so many times I've started calling it the "Winchester Mystery House Syndrome" (see en.wikipedia.org/wiki/Winchester_house ). Some code bases I've seen needed a good 'exorcism'.jfrankcarr– jfrankcarr2011-12-05 14:48:31 +00:00Commented Dec 5, 2011 at 14:48
- 2"the less of it you have the better" - logical extrapolation is to have NO code and thus solve ALL your maintenance issues. Seriously, though, your nutshell summary is an argument for keeping code as DRY as possible; and for refactoring as part of the development and maintenance cycles.Chris Walton– Chris Walton2011-12-05 17:12:30 +00:00Commented Dec 5, 2011 at 17:12
- 3That's exactly why domain specific languages should always be used. A typical DSL implementation alongside with the code written in it is in order of magnitude smaller than an equivalent ad hoc code in any of the so called "general purpose" languages.SK-logic– SK-logic2011-12-06 08:36:19 +00:00Commented Dec 6, 2011 at 8:36
- 2@ChrisWalton: And don't solve problems you don't need to solve, expend too much effort/time on future proofing, etc.dsimcha– dsimcha2011-12-06 19:48:14 +00:00Commented Dec 6, 2011 at 19:48
| 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