Click here to Skip to main content
15,888,454 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I absolutely hate no-code systems. Pin
Thor Sparks14-Dec-22 2:45
Thor Sparks14-Dec-22 2:45 
GeneralRe: I absolutely hate no-code systems. Pin
Member 916705714-Dec-22 2:44
Member 916705714-Dec-22 2:44 
GeneralRe: I absolutely hate no-code systems. Pin
Andreas Mertens14-Dec-22 3:32
professionalAndreas Mertens14-Dec-22 3:32 
GeneralRe: I absolutely hate no-code systems. Pin
Steve Naidamast14-Dec-22 3:48
professionalSteve Naidamast14-Dec-22 3:48 
GeneralRe: I absolutely hate no-code systems. Pin
Kurt Wimberger14-Dec-22 4:08
Kurt Wimberger14-Dec-22 4:08 
GeneralRe: I absolutely hate no-code systems. Pin
Shawn Eary May202114-Dec-22 4:27
Shawn Eary May202114-Dec-22 4:27 
GeneralRe: I absolutely hate no-code systems. Pin
Paul Kemner14-Dec-22 4:39
Paul Kemner14-Dec-22 4:39 
GeneralRe: I absolutely hate no-code systems. Pin
Timothy Dean Mobile-Speed14-Dec-22 5:44
professionalTimothy Dean Mobile-Speed14-Dec-22 5:44 
I worked for a startup company developing such a tool and put many years of thought into it. The goal, of course, was to come up with a way to simplify mobile application development to reduce the time and skill needed to generate an app. It started with trying to do as much as possible with drag and drop in some sort of visual interface. We generated many custom mobile apps with the system for customers, but what we learned that you can only do so much with drag and drop, more custom control was needed. So we allowed more detailed configuration via direct manipulation of the underlying data. Then we learned, configuration can only take you so far, more control was needed. It turns out, there are some things that are actually easier and more concise to define in code than configuration or drag and drop! Trying to break down code into configurable data, at some point actually becomes more complicated than the code you are trying to replace. Then we started looking into defining our own scripting language, our own debugger, etc... which was crazy. So here we are trying to eliminate code and it came full circle and we are trying to define a new language. It failed in the end. I think a better approach is to actually build similar tools, but build it on an existing language like C++. Don't try to eliminate the developer, but give him tools to generate code and dramatically improve productivity. Go after the best of both worlds. You get the best possible end result with native generated C++ code, best possible user interface, best possible performance, and if customization is necessary (it always is), you are building on the best possible language with the best extensibility, cross platform at the code level, etc... What say you?
GeneralRe: I absolutely hate no-code systems. Pin
haughtonomous14-Dec-22 7:57
haughtonomous14-Dec-22 7:57 
GeneralRe: I absolutely hate no-code systems. Pin
Timothy Dean Mobile-Speed14-Dec-22 11:31
professionalTimothy Dean Mobile-Speed14-Dec-22 11:31 
GeneralRe: I absolutely hate no-code systems. Pin
Mariano J. Padilla14-Dec-22 5:46
Mariano J. Padilla14-Dec-22 5:46 
GeneralRe: I absolutely hate no-code systems. Pin
Timothy Dean Mobile-Speed15-Dec-22 6:01
professionalTimothy Dean Mobile-Speed15-Dec-22 6:01 
GeneralRe: I absolutely hate no-code systems. Pin
Ralf Quint14-Dec-22 8:22
Ralf Quint14-Dec-22 8:22 
GeneralRe: I absolutely hate no-code systems. Preach brother preach Pin
Craig P Williams Sr15-Dec-22 9:47
professionalCraig P Williams Sr15-Dec-22 9:47 
GeneralFusion power - for the first time, more power out than in. PinPopular
OriginalGriff13-Dec-22 5:46
mveOriginalGriff13-Dec-22 5:46 
GeneralRe: Fusion power - for the first time, more power out than in. Pin
jeron113-Dec-22 6:45
jeron113-Dec-22 6:45 
GeneralRe: Fusion power - for the first time, more power out than in. Pin
Mike Hankey13-Dec-22 7:02
mveMike Hankey13-Dec-22 7:02 
GeneralRe: Fusion power - for the first time, more power out than in. Pin
0x01AA13-Dec-22 7:48
mve0x01AA13-Dec-22 7:48 
GeneralRe: Fusion power - for the first time, more power out than in. Pin
Mike Hankey13-Dec-22 7:52
mveMike Hankey13-Dec-22 7:52 
GeneralRe: Fusion power - for the first time, more power out than in. Pin
Daniel Pfeffer13-Dec-22 9:34
professionalDaniel Pfeffer13-Dec-22 9:34 
JokeRe: Fusion power - for the first time, more power out than in. Pin
Mike Hankey13-Dec-22 9:41
mveMike Hankey13-Dec-22 9:41 
GeneralRe: Fusion power - for the first time, more power out than in. Pin
trønderen13-Dec-22 11:17
trønderen13-Dec-22 11:17 
PraiseWATCH: Congressional Hearing on the FTX Collapse - LIVE Pin
abmv13-Dec-22 5:18
professionalabmv13-Dec-22 5:18 
GeneralCCC-13-12-2022 Pin
pkfox12-Dec-22 23:09
professionalpkfox12-Dec-22 23:09 
GeneralRe: CCC-13-12-2022 Pin
Peter_in_278012-Dec-22 23:19
professionalPeter_in_278012-Dec-22 23:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.