• Detect immutable objects
    4 Kommentare zu Detect immutable objects

    A recent post demonstrated how singletons can be found in a Java application. There’s another interesting pattern which can be detected using a Cypher query: immutable objects. There are some use cases where they can be very useful, e.g. thread-safe design parameter or return values for non-local

    Read more

Back to Top