(no title)
blueappconfig | 1 year ago
I don't really agree that code is superhuman if VERY few is able to understand it haha..! Code should complex but easy to follow to make it brilliant in my opinion
blueappconfig | 1 year ago
I don't really agree that code is superhuman if VERY few is able to understand it haha..! Code should complex but easy to follow to make it brilliant in my opinion
Octoth0rpe|1 year ago
A more optimistic take is that maybe such tools will let us write competent code in languages we do NOT specialize in, and in the future either a more competent version of ourselves or some actual expert can fix it if it breaks? That doesn't sound a whole lot better :/
hobs|1 year ago
The pessimistic and more likely outcome is that people just want shit done and so they will slap any half working garbo together as they have done for the last 20 years I have been in the industry.
AnimalMuppet|1 year ago
ozim|1 year ago
Writing replaceable code instead of maintainable code seems to be already working for a lot of projects. With LLMs and all that fast computing we have it seems it will be more of replaceable code in the future.
Of course there are always projects where it will never work.
It already works for infrastructure as nowadays servers are not fixed and treated like important things but you spin up fresh one.
jameshart|1 year ago
Though I would say that ‘very few’ is a larger group than they think - there are plenty of people doing metatype programming in TS; I’ve dabbled enough that given the problem I could probably tackle it and I know I learned from seeing others do it (because I am far from a typescript professional). So it’s not ‘superhuman’ if many of the humans who have found themselves wanting to work with the typescript type derivation model could have written it.
These capabilities - type ternaries and inferred type parameters - were put into TypeScript with a view that humans would use them.
The danger here is kidding yourself that this sort of code is beyond human.
UncleMeat|1 year ago
michaelt|1 year ago
Are you looking at the same code I'm looking at? The first block of code from the article?
I've seen more readable code in Perl Golf competitions.
awkward|1 year ago
nicklecompte|1 year ago
[deleted]
zarzavat|1 year ago
frou_dh|1 year ago
blueappconfig|1 year ago
nertirs|1 year ago
janikvonrotz|1 year ago
shiandow|1 year ago
Which is impressive, generally reading code is considered harder than reading it so in that sense it is inhuman.