Ask HN: What big programming productivity gains you see happening in 5-10 yrs?
21–30 of 106 posts
Re: Ask HN: What big programming productivity gains you see happening in 5-10 yrs?
#22The cycle repeats over and over. Monolith becomes unmanageable and get chopped into loosely coupled, functionally independent replaceables: mainframes to containers, application servers to micro services, etc. Drag and drop coding hits the wall and gets overrun by old languages: 4GL to C++/Java, HyperCard to Objective C, etc. The monoliths are currently numerous in the single page application realm, choose your frame…
Re: Ask HN: What big programming productivity gains you see happening in 5-10 yrs?
#23Re: Ask HN: What big programming productivity gains you see happening in 5-10 yrs?
#24More hopefully, maybe new language developers will put more work into easier and easier FFIs? How often have you thought "I wish language X could catch on, but all the useful libraries are in language Y?"
Re: Ask HN: What big programming productivity gains you see happening in 5-10 yrs?
#25I also think more job candidates will reject interviews that waste time with unrealistic homework assignments, marathon on-site interviews, etc.
Finally, I think productivity losses and health issues related to open-plan offices will soar, but companies will continue to be disingenuous and act like it improves collaboration or saves money when it’s uncotroversially flat false.
Re: Ask HN: What big programming productivity gains you see happening in 5-10 yrs?
#26Re: Ask HN: What big programming productivity gains you see happening in 5-10 yrs?
#27Any ambitious application is going to require a high learning curve and lots of effort. Otherwise it wouldn't be ambitious.
Re: Ask HN: What big programming productivity gains you see happening in 5-10 yrs?
#28React and JSX revolutionized the act of writing HTML
GraphQL revolutionized the act of connecting front end and back end
But for CSS... SASS, SCSS, LESS, and such are by comparison pretty pedestrian tweaks on vanilla CSS
Re: Ask HN: What big programming productivity gains you see happening in 5-10 yrs?
#29I would be so, so happy to see a UI framework that runs (well) on Windows, Mac, Linux, Android, and iOS. My druthers would be for it to have bondings to a JVM language (Kotlin is my happy place these days), but I would be okay writing in any similarly productive language.
Flutter is trying to get there, but it's not a viable solution on the desktop yet, and somehow doesn't even have a decent HTML widget. I do like Dart, however; it's similar enough to Kotlin/Swift that I'm comfortable writing it, even if I have to look up exact syntax now and then.
Electron wants to solve this problem, but we all know the arguments about its bloated runtime and egg-cooking power usage.
I suppose Progressive Web Apps and WebAssembly have the potential to solve this, too.
Re: Ask HN: What big programming productivity gains you see happening in 5-10 yrs?
#30I still remember when people were excited by the productivity gains from Ruby. "No time wasted wrestling with casts and typing".