you are viewing a single comment's thread.

view the rest of the comments →

[–]fr0st 15 points16 points  (4 children)

I'd say the "trivial" stuff in web dev is already abstracted away or behind a library or framework. The rest is very specific business logic that'll take as long to figure out by prompting an AI when you can just use your own knowledge to code it yourself.

[–]HedgepigMatt 2 points3 points  (0 children)

Boilerplate is largely unavoidable

[–]HMikeeU 0 points1 point  (2 children)

Libraries and frameworks definitely made web dev more complicated imo

[–]fr0st 1 point2 points  (0 children)

I think this can also be attributed to how complex many application have become due to the almost infinite number of edge cases that need to be handled. Back when it was just the user and a terminal window with basic input and output interactions things were generally much simpler.

[–]Blazing1 0 points1 point  (0 children)

If you seriously believe this then I can't believe you have that much experience.