Remix.run Logo
commandersaki 9 hours ago

Does the origin of "DTO" come from Java? I've never seen it used anywhere else.

paulddraper 8 hours ago | parent [-]

DTO comes from OOP for which Java is the poster child.

But you can find it many places.

https://codewithstyle.info/typescript-dto/

zaphirplane 2 hours ago | parent [-]

Why is Java the poster child of OO when c++ was literally c with classes