Maybe the software industry will discover constraint programming the way that it discovered functional programming over the past decade. If it did, that would almost immediately increase programmer productivity for non-performance-critical tasks (since the compiler could supply the implementation), while making formal methods more easily applicable to production code & supplying the prerequisites for more clever auto…
Ask HN: What big programming productivity gains you see happening in 5-10 yrs?
11–20 of 106 posts
Re: Ask HN: What big programming productivity gains you see happening in 5-10 yrs?
#12Maybe the software industry will discover constraint programming the way that it discovered functional programming over the past decade. If it did, that would almost immediately increase programmer productivity for non-performance-critical tasks (since the compiler could supply the implementation), while making formal methods more easily applicable to production code & supplying the prerequisites for more clever auto…
To answer parent, I actually think better understanding of personality types and how manage people better will come with far better productivity.
The jungle of technology alternatives of how to solve business problems, causes a lot of unnecessary fights. It doesn't matter if you choose React, Angular or Vanilla JS. If your team is fighting each other, your team is not productive.
With this in mind, don't hire people that always agree with you, you always need someone to challenge you.
Re: Ask HN: What big programming productivity gains you see happening in 5-10 yrs?
#13- Context-aware IDEs with significantly more powerful versions of today's intellisense tools. - Compilers with even more powerful implicit behavior- forget automatically creating Get() and Set(), we'll be creating entire inheritance structures with one function definition.
So we'll see a shift away from "developer specific boilerplate" in the same way libraries have abstracted a lot of basic setup boilerplate.
You'll say "initialize a web service with these models" and the IDE will build out the majority of the project.
Re: Ask HN: What big programming productivity gains you see happening in 5-10 yrs?
#14Offices for everyone on staff that like to work in a quiet place and pubic areas for people who like to work in those places .
Also, the minimization of time spent in meetings .
Re: Ask HN: What big programming productivity gains you see happening in 5-10 yrs?
#15Re: Ask HN: What big programming productivity gains you see happening in 5-10 yrs?
#16Re: Ask HN: What big programming productivity gains you see happening in 5-10 yrs?
#17AI powered intellisense and code generation.
I will probably try out "Kite" soon.
Re: Ask HN: What big programming productivity gains you see happening in 5-10 yrs?
#18Re: Ask HN: What big programming productivity gains you see happening in 5-10 yrs?
#19Quality, Speed, Price. Pick two.
What is the driving force to "...deliver ... at a very high speed?" It's easy to assume that from the list above quality would be the one to suffer. Doesn't anyone here on HN ever get tired of being everyone's beta bitch?
Re: Ask HN: What big programming productivity gains you see happening in 5-10 yrs?
#20WebAssembly as the prevailing cross-platform VM and used as the main distribution mechanism for most applications.