Miscellaneous #
This page provides a collection of useful information for all developers of ProCAKE. You will find information on interesting system extensions, links, images, or files, as well as tips and tricks regarding the framework.
Trove library - using primitive collections for performance
Link to a huge collection of Java frameworks of all categories. Especially the part on High Performance is very interesting for us (e.g., to optimize the similarity calculation).
Please consider the following remarks and recommendations for clean code:
- Clean Code: A Handbook of Agile Software Craftsmanship (Robert C. Martin)
- Web Reference 1
- Example
Adding a project as a submodule to another project. Note: IntelliJ does not show the directories of submodules when checking out a project with submodules!