Return to site

☕ JAVA: All the GOOD PRACTICES 👍

April 30, 2023

Have you ever wondered ðŸĪ” if you are doing good Java code if you miss the right way to do your method, class, etc?

Here is a website 🌐 with a great collection of good practices:

javapractices.com offers concise presentations 🧑‍ðŸŦ of Java practices, tasks, and designs, illustrated with syntax-highlighted code examples 🧑‍ðŸ’ŧ. Some general-purpose references are provided, along with some source code.

Simplicity does not precede complexity but follows it. - Alan Perlis, Epigrams In Programming

ðŸ“Ē Topics:

Constructors | Overriding Object Methods | Inheritance | Assertions | Collections | Exceptions | Input Output | Serialization | Threads | Common Practices | Servlets and JSPs | Common Tasks | Common Design Patterns | Functional Programming | Swing | Databases | Tools |

#java #goodpractices #programming