Y
Hacker News
new
|
ask
|
show
|
jobs
by
geogra4
1491 days ago
Jokingly you could probably split this into engineers that use xml vs those that use json. I've worked in both types of companies.
3 comments
caffeine
1491 days ago
I feel like nowadays that joke has evolved to devs that use JSON vs devs that use binary serialisation (like capnproto or whatever else)…
link
xarope
1491 days ago
Not that much of a joke, a lot of companies are using binary protocols for internal services e.g. gRPC, and REST for external. So, best/worst of both worlds (depending on whether you are a glass half full/half empty person)
link
Cthulhu_
1491 days ago
Why not both? There's a binary serialization format for XML... (
https://www.w3.org/TR/exi/
)
link
loudmax
1491 days ago
The examples given in the article assume for the sake of argument that the only software is enterprise software. So xml all around.
link
xarope
1491 days ago
And Java vs just about anything else (!)
link
chrisseaton
1491 days ago
Plenty of front line software at big tech companies like Google is written in Java.
link
geogra4
1491 days ago
Yeah there's a lot of Java hate but faang companies definitely use it more than ocaml, lisp or what have you.
link