Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Check out http://journeyapps.com for another perspective. They call it "Ultra high-productivity, yet code-centric."


First thing my eyes fell to is a big XML document and then a bunch of async functions. I'd have a hard time believing this is truly low-code but instead just another layer of abstraction upon a subset of things that a general-purpose programming language can do. You always hit a wall with these things the minute your business case genuinely demands any advanced data structure or god forbid (gasp!) you genuinely need to multi-thread something. Like, how am I supposed to tell one of these low-code things to use, say, an AWS SDK, or manage a DB transaction--like, totally pedestrian/everyday needs of software?


Good software engineering is all about managing what subset of the project should be an abstraction and what part of it needs to be a custom data structure/algorithm/multi-threaded processing routine to meet the behavior and performance requirements. The question is how much of your time to you want to spend writing the abstraction to suit your needs or how much are you willing to bend the requirements to fit something off-the-shelf.

If few of the operations your software needs to do are just business logic and database transactions, you expect to be called each time the thing needs changing, and the only people making the changes are going to be programmers, then it would be foolish to import some heavy-handed external framework: You should then abstract only to the extent that it makes the business logic easy to understand and makes the tedious part go faster.

If, instead, you have a 'typical use case', with database inputs and database outputs, and an army of domain experts who aren't programmers using the tool, then it absolutely makes sense to use some heavy, featureful, off-the-shelf abstraction. If you've never had that situation, then that tool does probably look unfamiliar and undesirable.

But be aware that both kinds of environments exist. Also be aware that it's the tendency of a growing or acquired business to move from the former to the latter.


Well, I am not sure if that is possible. You should stay within the comfortable confines of the platform and its features. Then you can build CRUD applications on it that scales to thousands of users each using the app on their phones or tablets.


Based on that screenshot I think a 40 inch monitor should come with the subscription.


Just to be clear, they are saying this is NOT low-code


So, a framework?


Platform with an online IDE




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: