Most applications we develop are stupidly simple, so almost anyone can do them. Too bad our dev tools donโt work that part of the stack well
Find someone who calls himself a โfull-stack developerโ and smack him right across the face for being a liar or terrible. (Umm, donโt really do this: Violence is wrong.)
Iโve not run the numbers, but I estimate that less than 1 percent of the developer population can make an adequate-looking webpage and a fully optimized data storage layer, let alone business logic. Just because you made everything JavaScript doesnโt solve that fundamental problem. Most papers on quantum physics are in English; I speak English but Iโm not automatically a quantum physicist. As one developer I know put it, thatโs โboss-logic.โ
The truth is that most of the applications we do in business are simple. Theyโre basic CRUD applications: Take some form data, shove in a database, display it later or possibly do a basic kind of report thing. Maybe there is a little bit of workflow, but probably not much. They donโt even have to look that great. Weโre all โfull-stack developersโ for that stuff.
Iโm awful at creating GUIs (which we should call just โUIโ because all modern UIs are graphical). I have to write text symbols that my brain needs to figure out how they will look like in CSS. Sure, I might mock it up, but I even though I can look at a picture of the Mona Lisa and even though I can use a pencil, I still canโt sketch it.
The last time I made a UI that looked exactly like I intended (and it wasnโt half bad) was in Visual Basic 6. You used to be able to use WYSIWIG controls, drag components onto the palette, and end up with UI that looked almost exactly like what you drew. Sure, the language was trash and its โapartmentโ threading model was nonsense. You could do really stupid things like write applications inside of a buttonโs event handler, but you can do stupid things anywhere. Also, installing a VB6 app used to trash your operating system with old DLLs, but that was a Windows (lack of) architecture thing.
In the web world, you mock up, try to think about div tags, reach some kind of Zen state with them, and then attach CSS to them. Worse, you use some framework that might have some controls, but they never really work with your CSS until you tweak it. Plus, CSS is a pretty sadistic thing that constantly asks you if it looks fat in this dress, and the answer is always โI canโt quite tweak you because 12 layers of inheritance and two containers up, I did something wrong.โ
Add to all this the big lie that knowing web controls and JavaScript makes you capable of designing a decent schema, understanding distributed computing, doing software architecture, and now mastering data science because if you can express it in JavaScript then you must be a quantum physicist because โฆ why not?
However, for simple CRUD apps, you donโt really need all of this.
With HTML and JavaScript, you now have all the rope to hang yourself. With VB6, you had a GUI designer and a limited language that was great at writing CRUD apps. So maybe it is time to reinvent the wheel. After all, none of Microsoftโs current tool sets are really the same as VB6. Weโre not going back to DLLs or even .Net assemblies. (Iโm writing this on a Mac.)
Surely we can finally make something decent that outputs to the web and enable basic CRUD apps without a web designer. (Microsoft? GitHub? Anyone? Are you listening?) If so, we would reduce the number of โfull-stack developersโ and their โamazingโ JavaScript frameworks that try to marry event-based and functional programming purity. Imagine the reduction in having to listen to people in hoodies at the front of the room bloviating? Meetup.com could go back to its roots: dating and gardening.


