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.
- 9Despite the fact that we've had tools like this for literally decades, the state of the art of modern software development has drifted away from using them. Most modern software development is very code-centric, and I don't see that changing any time soon, unless the next generation of visual tools becomes really compelling.Robert Harvey– Robert Harvey2016-06-03 18:09:42 +00:00Commented Jun 3, 2016 at 18:09
- 3And you're right; the audience for such tools is business analysts for the most part, not software developers. We'll see if it catches on or not; I eagerly await the next generation of applications with 300 controls on a single form, and one database table backing it.Robert Harvey– Robert Harvey2016-06-03 18:12:27 +00:00Commented Jun 3, 2016 at 18:12
- 6@RobertHarvey In my experience these tools are managed by business users until they've painted themselves into a corner. Then developers are brought in to untangle a gigantic mess of unreliable buggy garbage with gobs of unnecessary complexity. These tools lack things that any decent development platform would have (because they aren't made for developers) and usually require opening lots of little dialogs in order to make the same change in 5000 different places. Also, they use source files that no merge tool can make sense with so team development is a nightmare.JimmyJames– JimmyJames2016-06-03 18:54:30 +00:00Commented Jun 3, 2016 at 18:54
- 3And yet they're now being held up as the next "silver bullet," and even given a new marketing term. Hooray for enterprise!Robert Harvey– Robert Harvey2016-06-03 18:57:53 +00:00Commented Jun 3, 2016 at 18:57
- 6@RobertHarvey: But think of the synergies you'll be able to leverage by enabling low-code applications in your enterprise cloud. :-)Blrfl– Blrfl2016-06-03 19:23:05 +00:00Commented Jun 3, 2016 at 19:23
| Show 7 more comments
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