|
|
|
|
|
by Jcampuzano2
53 days ago
|
|
I never really understood this argument: > Currently, we live in the JavaScript-heavy reality, where browser runtime looks completely different from source code files we work on. Okay, in the article they wrote a Spring Boot server application. Does Spring Boot look anything like what actually gets run under the hood? Why did they not choose just plain Java, or hell just write the bytecode for the JVM himself - or write the actual machine code. Of all the arguments, that one is probably the worst of them all against the current frontend complexity because we abstract literally every language in common use today for the sake of DX. And note as complexity on the server side of applications have grown, so has the level of abstraction. The difference being backend applications had a hell of a head start. |
|