ttaomae / ttaomae.github.io

Blog and professional portfolio of Todd Taomae.
https://ttaomae.github.io/
Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link

Post Suggestion - Immutability and Reflection #10

Open ttaomae opened 7 years ago

ttaomae commented 7 years ago

Replaces #2.

This will be a follow-up to #8 and #9. This post should briefly introduce reflection (with a focus on examples in Java) and discuss how it can be used to circumvent immutability. In particular, it should discuss the fact that immutability is a compile-time construct and that is possible to modify immutable objects at runtime via reflection.

ttaomae commented 6 years ago

Closed by https://github.com/ttaomae/ttaomae.github.io/commit/2fdae55cf6dc14c459cfcde07c56baa8fe366df7.

ttaomae commented 6 years ago

Oops. Wrong issue. Re-opening.