Fork me on GitHub
#data-oriented-programming
<
2021-03-08
>
andy.fingerhut05:03:49

Well, if the type of field value remained the same, and the name were not used internally in the code base, there wouldn't even really be a need to change the name of the Java object's field that represented it, as long as you were willing to live with the name difference between external data and internal representation.

Yehonathan Sharvit06:03:34

@andy.fingerhut in classic Java or in DOP Java?

cgrand10:03:36

fields renaming is close to being a strawman