-
ohjaajafeedback:
- [x] Intro:
- Describe static and dynamic languages
- Couple sentences about how static vs. dynamic languages efficiency is a hard problem, but gradual typing in a dynamic…
-
Running a static analysis tool and reviewing the reported problems (SonarQube, FindBugs, VS Code Analyzer, Codacy, Coverity Scan...). As static analysis tools could find numerous problems, it is enoug…
-
## Issue Description
Currently we have documentation about Prometheus metrics and clang-tidy code static analysis in the same file.
We should move them probably to a different files because in…
-
Static analysis would compare the documentation generated versus what is committed.
Reference : https://github.com/aws-ia/terraform-aws-bedrock/blob/main/.project_automation/static_tests/static_test…
-
### Issue type
Other type of issue
### Bug description
Coding bugs identified by this video https://www.youtube.com/watch?v=SAVbpFTj81I
The video is a year old so some of the errors don't exist …
-
We can activate [SandiMeter](https://github.com/makaroni4/sandi_meter) to encourage developers to follow [Sandi Metz rules](https://thoughtbot.com/blog/sandi-metz-rules-for-developers).
These rules s…
-
### What version of Bun is running?
1.1.28
### What platform is your computer?
Darwin 23.6.0 x86_64 i386
### What steps can reproduce the bug?
Hi,
I want to report a couple of peculiar, possi…
-
## Summary
Used by BAE, a baseline static checker. Free for open source repos, otherwise licensed by Synopsys. Note that there are better tools out there (maybe [Codacy](https://github.com/marketplac…
-
**Is your feature request related to a problem? Please describe.**
Sometimes classes/functions/methods are decorated with callables that modify them. It's always possible to write Griffe extensions t…
-
The new Dart 2 runtime semantics added several changes that have really surprised users. As a prime example, this code:
```dart
List list = ['hello'];
List foos = list.where(condition);
```
w…