←back to thread

298 points sangeeth96 | 1 comments | | HN request time: 0s | source
Show context
ashishb ◴[] No.46238074[source]
The JavaScript fanatics will downvote me for saying this, but I'll say this, "using a single JavaScript codebase on your client-side and server-side is like cooking food in your toilet, sooner or later, contamination is guaranteed" [1]

1 - https://ashishb.net/tech/javascript/

replies(3): >>46238744 #>>46240063 #>>46241047 #
0xblinq ◴[] No.46241047[source]
You're mixing programming languages with software architecture.
replies(1): >>46242178 #
1. ashishb ◴[] No.46242178[source]
> You're mixing programming languages with software architecture.

Programming languages do lead to certain software architectures. These are independent but not orthogonal issues.