Java
![]() |
Bad Java Example from Book Sat, Aug 19, 2017Today I started reading a book about old and new Design Patterns which I brought from my latest visit to the local library, and stumbled over some bad piece of Java code. |
![]() |
Iterator Exports Mutability Fri, Jan 27, 2017Wrapping a collection without exporting any modifying methods should make an immutable object. Or not? |