Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Best Practices and Tips

Header Image

  1. Tips for optimizing your code with Java Guava
    • This article covers performance considerations and best practices for optimizing Java code using Guava, including avoiding unnecessary object instantiation, using primitives instead of objects, being mindful of memory usage, using immutable collections, and choosing the right data structure for the job.
  2. Best practices for using Java Guava in your codebase
    • This article covers the best practices for using Java Guava in your codebase, including code style and organization, testing and documentation practices, and how to maintain consistency and reliability in your code.

Table of contents