Live data from Hacker News

All Programming Is Web Programming (2009)

blog.codinghorror.com

1–10 of 69 posts

Re: All Programming Is Web Programming (2009)

#3
post #2

(2009)

I don't mind older content, but I think on this topic it is pretty relevant because 2009 had different requirements for web devs compared to today.

I am no web developer either, but know enough that web projects can be as complicated as any other type of software.

The basics are also good to know for any programmer, since web interfaces are a common and universal solution.

Re: All Programming Is Web Programming (2009)

#7
It's interesting. 12 years have passed, and I still prefer a native (not Electron) desktop app to its web equivalent for practically any task, from writing code to working with spreadsheets to PCB design. Even for such a basic task like word processing I prefer to use a local program rather than a web app.

Re: All Programming Is Web Programming (2009)

#8
Huh, if the C guys were laughed at by the assemblies, the pythonistas by the C guys, I can't wait until the day that something emerges that Starbucks-chugging hipster 'React code-artisans' will be able to laugh at.

"Oh, you think you could adequately program a neural interface using Scratch? How quaint"

Re: All Programming Is Web Programming (2009)

#9
post #6

Not sure about Atwood's Law. JavaScript has pride of place in browsers for now. But as WebAssembly gains traction, I look forward to avoiding the ungainly JS syntax in favor of pretty much anything else.

What's wrong with JS syntax? Seems pretty modern and adequate for what it needs to do

Re: All Programming Is Web Programming (2009)

#10
post #9
post #6

Not sure about Atwood's Law. JavaScript has pride of place in browsers for now. But as WebAssembly gains traction, I look forward to avoiding the ungainly JS syntax in favor of pretty much anything else.

What's wrong with JS syntax? Seems pretty modern and adequate for what it needs to do

Maybe what it needed to do, but not what people do with it now. There are entirely “enterprise” systems coded in that thing. It’s an human problem, original JS syntax was fine imho.
Post reply on HN