Best of JetBrainsFebruary 2024

  1. 1
    Article
    Avatar of jetbrainsJetBrains·2y

    The IntelliJ IDEA Blog

    Learn Java best practices, such as writing clear and maintainable code, using switch expressions, avoiding empty catch blocks, choosing collections over arrays, embracing immutability, favoring composition over inheritance, streamlining functional interfaces with lambdas, using enhanced for loops or streams, safeguarding resources with try-with-resources statements, and untangling deeply nested code.

  2. 2
    Article
    Avatar of jetbrainsJetBrains·2y

    How to automate unit testing using AI Assistant?

    Learn how to automate unit testing using AI Assistant, a powerful tool that simplifies the initial setup of tests and allows developers to focus on the more exciting parts of testing.

  3. 3
    Article
    Avatar of jetbrainsJetBrains·2y

    How to Tweak AI Prompts to Improve PHP Tests

    Learn how to tweak AI prompts to improve PHP tests and get the desired code output. AI Assistant can generate code that fits within your project, but sometimes you may want to give it hints about the outcome. Fine-tuning prompts and not over-specifying them can lead to productive code generation. AI Assistant learns from your prompts over time.