java-concurrency
Concurrency review
A checklist to review Java code for concurrency and thread safety
Checklist for code reviews
1k stars
62 watching
145 forks
last commit: almost 5 years ago
Linked from 1 awesome list
checklistcode-reviewconcurrencyjavajava-concurrencyrace-conditionsthread-safety
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Sample code and reference material from the book 'Java by Comparison' | 16 |
| | A checklist to help Haskell developers ensure their code is readable, maintainable and follows best practices. | 68 |
| | A tool for tracking code changes and facilitating collaboration among developers. | 1,575 |
| | Provides operationalized Azure review checklists in Python | 1,204 |
| | A library for writing concurrent code using cooperative multitasking | 0 |
| | Provides low-level JDBC-based access to databases in Clojure | 724 |
| | A set of abstractions for concurrency and asynchronous programming in JavaScript | 18 |
| | A comprehensive security checklist for Android apps. | 855 |
| | A Java library providing a simple and consistent API to interact with the Stripe payment processing system. | 831 |
| | Tools and utilities for verifying Java compiler output | 701 |
| | A collection of examples and benchmarks to test the robustness of Java applications against various attacks and vulnerabilities | 3 |
| | Provides primitives and tools for concurrency and reactive programming in Swift | 156 |
| | A simple Read-Eval-Print-Loop for Java language | 1,334 |
| | A Gradle plugin providing support for Clojure and ClojureScript languages in software development | 184 |
| | A tutorial project introducing basic concurrency mechanisms in Haskell through simple examples and inspiration from Go's concurrency primitives. | 79 |