Comment: Re:From my limited experience... (Score 1) 78
I played around with it some, and for anything but relatively simple apps it can get a little unwieldy, even though you can encapsulate and collapse functional blocks in their own modules so you don't have to see your entire app layout all the time. It is still awfully cumbersome to do simple things like specifying the input parameters to a function, or the conditions for a loop, things that take a second in text. That said, the main limitation I ran into was that they didn't have a proper component for web service calls, something that any connected app nowadays can't really live without. Abandoned any further evaluation when I found that out.